|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.cc.framework.common.FrameworkException com.cc.framework.security.acl.expr.SyntaxException
Field Summary | |
static int |
CLOSING_PARANTHESES
')' expected |
private int |
code
Error Code |
static int |
END_OF_STREAM_EXPECTED
end of stream expected |
static int |
INVALID_PERMISSION
invalid permission syntax |
static int |
MISSING_OPERAND
missing operand |
static int |
NESTED_EXCEPTION
nested exception |
private int |
pos
Aktuelle Position |
private static long |
serialVersionUID
Serial Version UID |
private java.lang.String |
source
Expression Sourcecode |
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
SyntaxException(TokenStream stream,
int errorCode)
Konstruktor |
|
SyntaxException(TokenStream stream,
java.lang.Throwable cause)
Konstruktor |
Method Summary | |
java.lang.String |
getMessage()
|
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 static final long serialVersionUID
public static final int CLOSING_PARANTHESES
public static final int END_OF_STREAM_EXPECTED
public static final int MISSING_OPERAND
public static final int INVALID_PERMISSION
public static final int NESTED_EXCEPTION
private int code
private java.lang.String source
private int pos
Constructor Detail |
public SyntaxException(TokenStream stream, int errorCode)
stream
- Der Eingabestream mit der aktuellen PositionerrorCode
- Der Fehlercodepublic SyntaxException(TokenStream stream, java.lang.Throwable cause)
stream
- Der Eingabestream mit der aktuellen Positioncause
- The exception causeMethod Detail |
public java.lang.String getMessage()
Throwable.getMessage()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |