Generic Interpreter 0.9
Protected API

gi
Class Lexicon.Exception

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gi.Lexicon.Exception
All Implemented Interfaces:
Serializable
Enclosing class:
Lexicon

protected class Lexicon.Exception
extends Exception

This class implements an Exception.

Version:
0.9
Author:
© 1999-2000 Craig A. Rich <carich@acm.org>
See Also:
Serialized Form

Constructor Summary
Lexicon.Exception(String message)
          Constructs an Exception with a message.
 
Method Summary
 String getMessage()
          Returns the error message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Lexicon.Exception

public Lexicon.Exception(String message)

Constructs an Exception with a message.

Parameters:
message - the error message.
Method Detail

getMessage

public String getMessage()

Returns the error message.

Overrides:
getMessage in class Throwable

 

© 1999-2000 Craig A. Rich <carich@acm.org>