public class ConversionException extends IllegalArgumentException
| Constructor and 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. |
addSuppressed, 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 © 2023. All rights reserved.