All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JP.ac.osaka_u.ender.util.regex.RegExpSyntaxException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----JP.ac.osaka_u.ender.util.regex.RegExpSyntaxException

public class RegExpSyntaxException
extends Exception
Signals that the regular expression is invalid.


Constructor Index

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

Constructors

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

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index