Serializable
MissingTypeException
, NoAvailableConverterException
, TypeMismathException
public 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.