|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.scxml.semantics.ErrorConstants
public class ErrorConstants
Errors reported by the default SCXMLSemantics implementation.
Field Summary | |
---|---|
static java.lang.String |
EXPRESSION_ERROR
An expression language error. |
static java.lang.String |
ILLEGAL_CONFIG
Illegal state machine configuration. |
static java.lang.String |
ILLEGAL_INITIAL
An initial state for a composite state whose Transition does not. |
static java.lang.String |
NO_INITIAL
Missing initial state for a composite state or for the scxml root. |
static java.lang.String |
NON_DETERMINISTIC
Deprecated. Non deterministic behavior is now resolved using state heirarchy and document order priorities. |
static java.lang.String |
UNDEFINED_VARIABLE
A variable referred to by assign name attribute is undefined. |
static java.lang.String |
UNKNOWN_ACTION
Unknown action - unsupported executable content. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NO_INITIAL
SCXML.getInitialState()
,
State.getInitial()
,
Constant Field Valuespublic static final java.lang.String ILLEGAL_INITIAL
public static final java.lang.String UNKNOWN_ACTION
public static final java.lang.String ILLEGAL_CONFIG
public static final java.lang.String NON_DETERMINISTIC
public static final java.lang.String UNDEFINED_VARIABLE
public static final java.lang.String EXPRESSION_ERROR
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |