Package monq.jfa
Class CompileDfaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
monq.jfa.CompileDfaException
- All Implemented Interfaces:
Serializable
Represents things that go wrong during compilation of an Nfa into a
Dfa.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
EAMBIGUOUS
- See Also:
-
-
Constructor Details
-
CompileDfaException
-
CompileDfaException
public CompileDfaException()
-