|
Generic Interpreter 1.3 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
protected class Lexicon.Exception
This class implements an .Exception
| Field Summary | |
|---|---|
private StringBuffer |
message
The extended error message. |
| 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 |
|---|
public String getMessage()
Returns the error message.
getMessage in class ThrowableLexicon.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.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||