All Packages Class Hierarchy This Package Previous Next Index
Class att.grappa.GraphParserException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----att.grappa.GraphParserException
- public class GraphParserException
- extends RuntimeException
This class is used whenever a problem is detected during parsing.
- Version:
- 1.1, 30 Sep 1999; Copyright 1996 - 1999 by AT&T Corp.
- Author:
- John Mocenigo, Research @ AT&T Labs
-
GraphParserException()
- Constructs an
GraphParserException with no detail message.
-
GraphParserException(String)
- Constructs an
GraphParserException with the specified
detail message.
GraphParserException
public GraphParserException()
- Constructs an
GraphParserException with no detail message.
GraphParserException
public GraphParserException(String message)
- Constructs an
GraphParserException with the specified
detail message.
- Parameters:
- message - the detail message.
All Packages Class Hierarchy This Package Previous Next Index