public class EserialInputTypeMismatchException extends EserialException
| Constructor and Description |
|---|
EserialInputTypeMismatchException(java.lang.String actual)
Instantiates a new EserialInputTypeMismatchException with the given message.
|
EserialInputTypeMismatchException(java.lang.String expected,
java.lang.String actual)
Instantiates a new EserialInputTypeMismatchException with the given message.
|
EserialInputTypeMismatchException(java.lang.String message,
java.lang.Throwable cause)
Instantiates a new EserialInputTypeMismatchException with the given message and cause.
|
public EserialInputTypeMismatchException(java.lang.String expected,
java.lang.String actual)
expected - name of the expected Typeactual - name of the actual Typepublic EserialInputTypeMismatchException(java.lang.String actual)
actual - name of the actual Typepublic EserialInputTypeMismatchException(java.lang.String message,
java.lang.Throwable cause)
message - the message of the exceptioncause - the cause of the exception