|
Generic Interpreter 1.2 Private API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
gi.Lexicon.Exception
This class implements an .Exception
| Field Summary | |
private StringBuffer |
message
The extended error message. |
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
Lexicon.Exception(String message)
Constructs an Exception with a message. |
|
| Method Summary | |
(package private) Lexicon.Exception |
extend(LineNumberReader source)
Extends the error message in this Exception. |
String |
getMessage()
Returns the error message. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, 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 |
private StringBuffer message
The extended error message.
| Constructor Detail |
public Lexicon.Exception(String message)
Constructs an Exception with a message.
message - the error message.| Method Detail |
Lexicon.Exception extend(LineNumberReader source)
Extends the error message in this Exception. The extended message includes the line number, message and source characters following the error.
source - the source character stream.
Exception with an extended message.public String getMessage()
Returns the error message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||