Package net.automatalib.exception
Class GrowingAlphabetNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.UnsupportedOperationException
-
- net.automatalib.exception.GrowingAlphabetNotSupportedException
-
- All Implemented Interfaces:
Serializable
public class GrowingAlphabetNotSupportedException extends UnsupportedOperationException
An exception to be thrown when functionality revolving aroundGrowingAlphabet.addSymbol(Object)
is accessed (e.g. by trying to add an alphabet symbol to an automaton) but the given data structure was not properly set up (e.g. the automaton was initialized with an immutable alphabet).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GrowingAlphabetNotSupportedException(Alphabet<I> alphabet)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
GrowingAlphabetNotSupportedException
public GrowingAlphabetNotSupportedException(Alphabet<I> alphabet)
-
-