Package org.loboevolution.apache.xml.dtm
Class DTMException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.loboevolution.apache.xml.dtm.DTMException
- All Implemented Interfaces:
Serializable
This class specifies an exceptional condition that occured in the DTM module.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DTMException
Create a new DTMException.- Parameters:
message
- The error or warning message.
-
-
Method Details
-
getCause
-
initCause
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-