SerializableMissingTypeException, NoAvailableConverterException, TypeMismathExceptionpublic class ConversionException extends IllegalArgumentException
| Constructor | Description |
|---|---|
ConversionException(String pMessage) |
Creates a
ConversionException with the given error message. |
ConversionException(String pMessage,
Throwable pCause) |
Creates a
ConversionException with the given message and cause. |
ConversionException(Throwable pCause) |
Creates a
ConversionException with the given cause. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConversionException(String pMessage)
ConversionException with the given error message.pMessage - the error messagepublic ConversionException(Throwable pCause)
ConversionException with the given cause.pCause - The Throwable that caused this exceptionCopyright © 2018. All rights reserved.