Java org.apache.commons.scxml.semantics ErrorConstants fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.scxml.semantics ErrorConstants fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.scxml.semantics ErrorConstants.

The text is from its open source code.

Field

StringNO_INITIAL
Missing initial state for a composite state or for the scxml root.
StringUNKNOWN_ACTION
Unknown action - unsupported executable content.
StringILLEGAL_CONFIG
Illegal state machine configuration.
StringUNDEFINED_VARIABLE
A variable referred to by assign name attribute is undefined.