Package esendex.sdk.java.parser
Class InvalidXmlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
esendex.sdk.java.EsendexException
esendex.sdk.java.parser.InvalidXmlException
- All Implemented Interfaces:
Serializable
Exception to indicate that data could not be treated as xml,
probably due to not being well formed.
- Author:
- Mike Whittaker
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new invalid xml exception.InvalidXmlException
(String message) Instantiates a new invalid xml exception.InvalidXmlException
(String message, Throwable cause) Instantiates a new invalid xml exception.InvalidXmlException
(Throwable cause) Instantiates a new invalid xml 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
-
InvalidXmlException
public InvalidXmlException()Instantiates a new invalid xml exception. -
InvalidXmlException
Instantiates a new invalid xml exception.- Parameters:
message
- the message
-
InvalidXmlException
Instantiates a new invalid xml exception.- Parameters:
cause
- the cause
-
InvalidXmlException
Instantiates a new invalid xml exception.- Parameters:
message
- the messagecause
- the cause
-