|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.scheinerman.phoenix.interpreter.exceptions.PhoenixRuntimeException
net.scheinerman.phoenix.interpreter.exceptions.SyntaxException
net.scheinerman.phoenix.interpreter.exceptions.IllegalIdentifierException
public class IllegalIdentifierException
Field Summary | |
---|---|
private java.lang.String |
identifier
|
private static long |
serialVersionUID
|
Fields inherited from class net.scheinerman.phoenix.interpreter.exceptions.SyntaxException |
---|
briefMessage |
Constructor Summary | |
---|---|
IllegalIdentifierException(java.lang.String identifier)
|
Method Summary | |
---|---|
java.lang.String |
getBriefMessage()
This returns the brief message for this exception. |
java.lang.String |
getErrorType()
This returns the error type for this exception which is always, "Syntax error" . |
Methods inherited from class net.scheinerman.phoenix.interpreter.exceptions.PhoenixRuntimeException |
---|
getLastLine, isLastLineSet, printErrorMessage, setLastLine, setLastLineSet |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 static final long serialVersionUID
private java.lang.String identifier
Constructor Detail |
---|
public IllegalIdentifierException(java.lang.String identifier)
Method Detail |
---|
public java.lang.String getErrorType()
SyntaxException
"Syntax error"
.
getErrorType
in class SyntaxException
"Syntax error"
public java.lang.String getBriefMessage()
SyntaxException
getBriefMessage
in class SyntaxException
"Generic syntax error"
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |