Class UndefinedPropertyAccessException

  • All Implemented Interfaces:
    Serializable

    public class UndefinedPropertyAccessException
    extends IllegalStateException
    This specialized exception can be thrown if during the traversal of an automaton or transition system an undefined property (e.g. a state or a transition output) is accessed, that is otherwise required for returning a valid result.
    See Also:
    Serialized Form
    • Constructor Detail

      • UndefinedPropertyAccessException

        public UndefinedPropertyAccessException​(String var1)