dRegAut
Class AutomatonNotWellDefinedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dRegAut.AutomatonNotWellDefinedException
- All Implemented Interfaces:
- Serializable
public class AutomatonNotWellDefinedException
- extends RuntimeException
Exception caused by an automaton not being well-defined.
- See Also:
FA.checkWellDefined(),
NFA.checkWellDefined(),
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AutomatonNotWellDefinedException
public AutomatonNotWellDefinedException(String msg)
- Constructs a new AutomatonNotWellDefinedException.
- Parameters:
msg - error description
Copyright © 2003-2012 Anders Møller.