Package esendex.sdk.java.parser
Class UnmappableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
esendex.sdk.java.EsendexException
esendex.sdk.java.parser.UnmappableException
- All Implemented Interfaces:
Serializable
Exception to indicate that well formed XML could not be mapped to a
suitable Dto object. This may be due to configuration of the XmlParser.
- Author:
- Mike Whittaker
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new unmappable exception.UnmappableException
(String message) Instantiates a new unmappable exception.UnmappableException
(String message, Throwable cause) Instantiates a new unmappable exception.UnmappableException
(Throwable cause) Instantiates a new unmappable exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnmappableException
public UnmappableException()Instantiates a new unmappable exception. -
UnmappableException
Instantiates a new unmappable exception.- Parameters:
message
- the message
-
UnmappableException
Instantiates a new unmappable exception.- Parameters:
cause
- the cause
-
UnmappableException
Instantiates a new unmappable exception.- Parameters:
message
- the messagecause
- the cause
-