All Packages Class Hierarchy This Package Previous Next Index
Class JP.ac.osaka_u.ender.util.regex.NFABuildException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----JP.ac.osaka_u.ender.util.regex.NFABuildException
- public class NFABuildException
- extends Exception
Signals an exception has occured when building NFA.
-
NFABuildException()
- Constructs a NFABuildException with no detail message.
-
NFABuildException(String)
- Constructs a NFABuildException with the specified detail message.
NFABuildException
public NFABuildException()
- Constructs a NFABuildException with no detail message.
NFABuildException
public NFABuildException(String s)
- Constructs a NFABuildException with the specified detail message.
All Packages Class Hierarchy This Package Previous Next Index