Package net.sf.colossus.xmlparser
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.colossus.xmlparser.ParseException
- All Implemented Interfaces:
Serializable
General Exception for our xml data parsers.
- Author:
- David Ripton
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParseException
ParseException(String msg) -
ParseException
ParseException()
-