|
||||||||||
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.UnsupportedOperatorException
public class UnsupportedOperatorException
Field Summary | |
---|---|
private java.lang.String |
operator
|
private static long |
serialVersionUID
|
private Variable |
var
|
Constructor Summary | |
---|---|
UnsupportedOperatorException(Variable var,
java.lang.String operator)
|
Method Summary | |
---|---|
java.lang.String |
getBriefMessage()
This returns a brief (one line) description of the error that occurred. |
java.lang.String |
getErrorType()
This method returns the type of error for this particular exception. |
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 Variable var
private java.lang.String operator
Constructor Detail |
---|
public UnsupportedOperatorException(Variable var, java.lang.String operator)
Method Detail |
---|
public java.lang.String getErrorType()
PhoenixRuntimeException
"Syntax error"
.
getErrorType
in class PhoenixRuntimeException
public java.lang.String getBriefMessage()
PhoenixRuntimeException
"Generic error"
.
getBriefMessage
in class PhoenixRuntimeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |