gd.xml
Class ParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gd.xml.ParseException

public class ParseException
extends java.lang.Exception

Used to report errors which may occur during parsing.

See Also:
Serialized Form

Constructor Summary
ParseException()
          Constructs an exception with a default description.
ParseException(java.lang.String msg)
          Constructs an exception with the specified description.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseException

public ParseException()
Constructs an exception with a default description.

ParseException

public ParseException(java.lang.String msg)
Constructs an exception with the specified description.
Parameters:
msg - a description of the exception created