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, 21 Aug 2005; Copyright 1996 - 2005 by AT&T Corp.
Author:
John Mocenigo, Research @ AT&T Labs
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
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.