public class ConversionException
extends java.lang.IllegalArgumentException
| Constructor and Description |
|---|
ConversionException(java.lang.String pMessage)
Creates a
ConversionException with the given error message. |
ConversionException(java.lang.String pMessage,
java.lang.Throwable pCause)
Creates a
ConversionException with the given message and cause. |
ConversionException(java.lang.Throwable pCause)
Creates a
ConversionException with the given cause. |
public ConversionException(java.lang.String pMessage)
ConversionException with the given error message.pMessage - the error messagepublic ConversionException(java.lang.Throwable pCause)
ConversionException with the given cause.pCause - The Throwable that caused this exceptionpublic ConversionException(java.lang.String pMessage,
java.lang.Throwable pCause)
ConversionException with the given message and cause.pMessage - the error messagepCause - The Throwable that caused this exceptionCopyright © 2020. All Rights Reserved.