|
Exception Summary |
| ActionExists |
The action can't be added to the transition because an identical one is already there. |
| AlreadyDefined |
The condition can't be added to the state because an identical one is already there. |
| CircularLink |
Adding an interp arc there would create a cyclic interpretative chain. |
| ConditionExists |
The condition can't be added to the state because an identical one is already there. |
| DuplicateSCHReference |
A reference has already been declared with the specified ID. |
| ElementUsed |
A story element can't be removed because it is being used in the story. |
| ElementUsedInAction |
A story element can't be removed because it is being used in an action. |
| ElementUsedInCondition |
A story element can't be removed because it is being used in an condition. |
| ElementUsedInModifier |
A story element can't be removed because it is being used in a modifier. |
| ElementUsedInNoun |
A story element can't be removed because it is being used in a noun definition. |
| HyponymousRelationship |
Such a state already exists; it cannot be added. |
| IllegalStateTime |
The system could not parse a StateTime from a string. |
| MissingVisibleState |
The specified transition has not been set up. |
| ModifierExists |
The modifier can't be added because an identical one is already there. |
| NoSuchNounInState |
The specified noun has not had an "alias" node set up inside the given state. |
| NoSuchNounInTransition |
The specified noun has not had an "alias" node set up inside the given transition. |
| NoSuchPlanner |
A planner was requested but not found. |
| NoSuchState |
The specified state has not been set up. |
| NoSuchTransition |
The specified transition has not been set up. |
| NullPlan |
A discourse plan was asked for its first executable where none had been set. |
| NullPlanResult |
The discourse plan returned nothing on execution. |
| PlaceholderOnly |
The instantiation paramters were asked of a condition or action
that only serves as a placeholder for the taxonomy and cannot be
instantiated. |
| StateExists |
Such a state already exists; it cannot be added. |
| TransitionExists |
Such a transition already exists; it cannot be added. |
| Undeclared |
An interface that ties together the various Undeclared exceptions. |
| UndeclaredAction |
An action was called for that had never been declared. |
| UndeclaredCondition |
A condition was called for that had never been declared. |
| UndeclaredNoun |
A noun was called for that had never been declared. |
| UndeclaredTimeline |
A timeline was called for that had never been declared. |
| UnmetSCHReferenceReq |
A proposed parameter requires references to be set that
were not set by previous parameters in the ParameterSet. |
| UnrunnableCommand |
This is an exception that StoryListener uses to frame exceptions from deeper in the system. |
| UnrunnableVirgilCommand |
This is an exception that Virgil uses to frame exceptions from deeper in the system. |