Package edu.indiana.lib.twinpeaks.util
Class DomException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- edu.indiana.lib.twinpeaks.util.DomException
-
- All Implemented Interfaces:
Serializable
public class DomException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DomException()Thrown to indicate a DOM processing issueDomException(String text)Thrown to indicate a DOM processing issue
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DomException
public DomException(String text)
Thrown to indicate a DOM processing issue- Parameters:
text- Explainatory text
-
DomException
public DomException()
Thrown to indicate a DOM processing issue
-
-