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