EDU.auburn.VGJ.graph
Class ParseError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--EDU.auburn.VGJ.graph.ParseError
All Implemented Interfaces:
java.io.Serializable

public class ParseError
extends java.lang.Exception

A parse error Exception.

Here is the source.

Author:
Larry Barowski
See Also:
Serialized Form

Constructor Summary
ParseError(java.lang.String string)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseError

public ParseError(java.lang.String string)