att.grappa
Class GraphParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by att.grappa.GraphParserException
All Implemented Interfaces:
java.io.Serializable

public class GraphParserException
extends java.lang.RuntimeException

This class is used whenever a problem is detected during parsing.

Version:
1.2, ; Copyright 1996 - 2010 by AT&T Corp.
Author:
John Mocenigo, Research @ AT&T Labs
See Also:
Serialized Form

Constructor Summary
GraphParserException()
          Constructs an GraphParserException with no detail message.
GraphParserException(java.lang.String message)
          Constructs an GraphParserException with the specified detail message.
 
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

GraphParserException

public GraphParserException()
Constructs an GraphParserException with no detail message.


GraphParserException

public GraphParserException(java.lang.String message)
Constructs an GraphParserException with the specified detail message.

Parameters:
message - the detail message.


Grappa 1.2