Package net.sf.colossus.xmlparser
Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.sf.colossus.xmlparser.ParseException
-
- All Implemented Interfaces:
java.io.Serializable
class ParseException extends java.lang.Exception
General Exception for our xml data parsers.- Author:
- David Ripton
-
-
Constructor Summary
Constructors Constructor Description ParseException()
ParseException(java.lang.String msg)
-