Serializablepublic class MissingTypeException extends ConversionException
PropertyConverters, if a conversion is
attempted without type (class).| Constructor | Description |
|---|---|
MissingTypeException() |
Creates a
MissingTypeException with no error message. |
MissingTypeException(String pMessage) |
Creates a
MissingTypeException with the given error message. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, 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 © 2018. All rights reserved.