|
|||||||||||
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 java.lang.RuntimeException com.cc.framework.security.acl.expr.ExecutionException
Field Summary | |
static int |
ILLEGAL_ARGUMENTS
Illegal Arguments |
static int |
ILLEGAL_CAST
Illegal type cast |
static int |
ILLEGAL_FUNCTION
Illegal Function |
static int |
ILLEGAL_OPERATOR
Illegal Operator |
static int |
ILLEGAL_TYPE
Illegal type |
static int |
INTERNAL_ERROR
Internal error |
private static java.lang.String[] |
MSG
Error messages |
static int |
NO_ERROR
No error |
private static long |
serialVersionUID
Serial Version UID |
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
ExecutionException(java.lang.Exception exception)
Constructor |
|
ExecutionException(Expression node,
int code)
Constructor |
|
ExecutionException(Expression node,
int code,
java.lang.Object[] params)
Constructor |
|
ExecutionException(int code)
Constructor |
|
ExecutionException(java.lang.String message)
Constructor |
Method Summary | |
private static java.lang.String |
createMessage(java.lang.String pattern,
Expression node,
java.lang.Object[] params)
Erzeugt einen benutzerlesbaren Fehlertext |
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
public static final int NO_ERROR
public static final int INTERNAL_ERROR
public static final int ILLEGAL_OPERATOR
public static final int ILLEGAL_FUNCTION
public static final int ILLEGAL_CAST
public static final int ILLEGAL_TYPE
public static final int ILLEGAL_ARGUMENTS
private static final java.lang.String[] MSG
Constructor Detail |
public ExecutionException(java.lang.String message)
message
- the error message Fehlertextpublic ExecutionException(java.lang.Exception exception)
exception
- the nested exceptionpublic ExecutionException(int code)
code
- the error codepublic ExecutionException(Expression node, int code)
code
- Der Fehlercodenode
- Der Syntaxknoten in welchem der Fehler aufgetreten istpublic ExecutionException(Expression node, int code, java.lang.Object[] params)
node
- Der Syntaxknoten in welchem der Fehler aufgetreten istcode
- Der Fehlercodeparams
- ParameterlisteMethod Detail |
private static java.lang.String createMessage(java.lang.String pattern, Expression node, java.lang.Object[] params)
pattern
- Fehlertext Patternnode
- Der Syntaxknoten in welchem der Fehler aufgetreten istparams
- Parameterliste
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |