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.


Constructor Index

 o NFABuildException()
Constructs a NFABuildException with no detail message.
 o NFABuildException(String)
Constructs a NFABuildException with the specified detail message.

Constructors

 o NFABuildException
 public NFABuildException()
Constructs a NFABuildException with no detail message.

 o NFABuildException
 public NFABuildException(String s)
Constructs a NFABuildException with the specified detail message.


All Packages  Class Hierarchy  This Package  Previous  Next  Index