public class MissingTypeException extends ConversionException
PropertyConverters, if a conversion is
attempted without type (class).| Constructor and Description |
|---|
MissingTypeException()
Creates a
MissingTypeException with no error message. |
MissingTypeException(java.lang.String pMessage)
Creates a
MissingTypeException with the given error message. |
public MissingTypeException()
MissingTypeException with no error message.public MissingTypeException(java.lang.String pMessage)
MissingTypeException with the given error message.pMessage - the exception messageCopyright © 2020. All Rights Reserved.