com.neoworks.rdc
Class ParserException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.neoworks.rdc.ParserException
All Implemented Interfaces:
java.io.Serializable

public class ParserException
extends java.lang.Exception

This class represents exceptions which have occured while parsing something. Basicaly done so that we can use the strong type checking.

See Also:
Serialized Form

Constructor Summary
ParserException(java.lang.String str)
          Make a new parser exception object with the given string.
 
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

ParserException

public ParserException(java.lang.String str)
Make a new parser exception object with the given string.

Parameters:
str - The error string to display