|
||||||||||
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.IllegalArgumentException
public class IllegalArgumentException
Field Summary | |
---|---|
private static long |
serialVersionUID
|
Fields inherited from class net.scheinerman.phoenix.interpreter.exceptions.SyntaxException |
---|
briefMessage |
Constructor Summary | |
---|---|
IllegalArgumentException(java.lang.String briefMessage)
|
Method Summary | |
---|---|
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.SyntaxException |
---|
getBriefMessage |
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
Constructor Detail |
---|
public IllegalArgumentException(java.lang.String briefMessage)
Method Detail |
---|
public java.lang.String getErrorType()
SyntaxException
"Syntax error"
.
getErrorType
in class SyntaxException
"Syntax error"
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |