Home | Trees | Indices | Help |
|
---|
|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | AutomatonStepError
Symbol rejected by Configuration_ABC.step.
The exception indicates that the proposed symbol either failed to produce a transition (UnrecognizedSymbolError) or produced multiple equally valid transitions (NondeterministicSymbolError).
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
configuration = None The instance of Configuration_ABC that raised the exception. |
|||
symbol = None The symbol that was not accepted. |
|
|||
acceptable A list of symbols that the configuration would accept in its current state. |
|||
Inherited from Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
configurationThe instance of Configuration_ABC that raised the exception. From Configuration_ABC.acceptableSymbols you can determine what alternatives might be present.
|
|
acceptableA list of symbols that the configuration would accept in its current state.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Nov 7 19:27:35 2012 | http://epydoc.sourceforge.net |