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

Constructor Index

 o GraphParserException()
Constructs an GraphParserException with no detail message.
 o GraphParserException(String)
Constructs an GraphParserException with the specified detail message.

Constructors

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

 o 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