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(String pMessage)
Creates a
MissingTypeException with the given error message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MissingTypeException()
MissingTypeException with no error message.public MissingTypeException(String pMessage)
MissingTypeException with the given error message.pMessage - the exception messageCopyright © 2022. All rights reserved.