net.sf.colossus.xmlparser
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
ParseException()
           
ParseException(java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseException

ParseException(java.lang.String msg)

ParseException

ParseException()