Package mgui.interfaces.xml
Class XMLInterruptException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
mgui.interfaces.xml.XMLInterruptException
- All Implemented Interfaces:
java.io.Serializable
public class XMLInterruptException
extends org.xml.sax.SAXException
Exception used to prematurely terminate a SAX parse job.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description XMLInterruptException()
-
Method Summary
Methods inherited from class org.xml.sax.SAXException
getCause, getException, getMessage, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
XMLInterruptException
public XMLInterruptException()
-