public class ErrorConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
EXECUTION_ERROR
An execution error.
|
static String |
EXPRESSION_ERROR
An expression language error.
|
static String |
ILLEGAL_CONFIG
Illegal state machine configuration.
|
static String |
ILLEGAL_INITIAL
An initial state for a composite state whose Transition does not.
|
static String |
NO_INITIAL
Missing initial state for a composite state or for the scxml root.
|
static String |
UNDEFINED_VARIABLE
A variable referred to by assign name attribute is undefined.
|
static String |
UNKNOWN_ACTION
Unknown action - unsupported executable content.
|
public static final String NO_INITIAL
public static final String ILLEGAL_INITIAL
public static final String UNKNOWN_ACTION
public static final String ILLEGAL_CONFIG
public static final String UNDEFINED_VARIABLE
public static final String EXPRESSION_ERROR
public static final String EXECUTION_ERROR
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.