public class MissingTypeException extends ConversionException
PropertyConverter
s, 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, toString
public MissingTypeException()
MissingTypeException
with no error message.public MissingTypeException(String pMessage)
MissingTypeException
with the given error message.pMessage
- the exception messageCopyright © 2017. All rights reserved.