Package com.norconex.commons.lang.xml
Class XMLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.norconex.commons.lang.xml.XMLException
- All Implemented Interfaces:
Serializable
Runtime exception for XML-related issues.
- Author:
- Pascal Essiembre
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.XMLException(String message) Constructor.XMLException(String message, Throwable cause) Constructor.XMLException(Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XMLException
public XMLException()Constructor. -
XMLException
Constructor.- Parameters:
message- exception message
-
XMLException
Constructor.- Parameters:
cause- exception root cause
-
XMLException
Constructor.- Parameters:
message- exception messagecause- exception root cause
-