Class CyclicAutomatonException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- it.unive.lisa.util.datastructures.automaton.CyclicAutomatonException
-
- All Implemented Interfaces:
java.io.Serializable
public class CyclicAutomatonException extends java.lang.Exception
Exception thrown if an automaton is cyclic while computing accepted language.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CyclicAutomatonException()
Default constructor for CyclicAutomatonException.
-