Package net.automatalib.exception
Class UndefinedPropertyAccessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- net.automatalib.exception.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 Summary
Constructors Constructor Description UndefinedPropertyAccessException(String var1)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UndefinedPropertyAccessException
public UndefinedPropertyAccessException(String var1)
-
-