Serializable
public class MissingTypeException extends ConversionException
PropertyConverter
s, 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MissingTypeException()
MissingTypeException
with no error message.public MissingTypeException(String pMessage)
MissingTypeException
with the given error message.pMessage
- the exception messageCopyright © 2018. All rights reserved.