Class InvalidXMLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.znerd.xmlenc.InvalidXMLException
- All Implemented Interfaces:
Serializable
Exception thrown when invalid XML is detected.
- Since:
- xmlenc 0.37
- Version:
- $Revision: 1.2 $ $Date: 2005/09/12 08:40:02 $
- Author:
- Ernst de Haan (wfe.dehaan@gmail.com)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidXMLException(String message) Constructs a newInvalidXMLExceptionwith the specified detail message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidXMLException
Constructs a newInvalidXMLExceptionwith the specified detail message.- Parameters:
message- the optional detail message, ornull.
-