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.
-
RegExpSyntaxException()
- Constructs a RegExpSyntaxException with no detail message.
-
RegExpSyntaxException(String)
- Constructs a RegExpSyntaxException with the specified detail message.
RegExpSyntaxException
public RegExpSyntaxException()
- Constructs a RegExpSyntaxException with no detail message.
RegExpSyntaxException
public RegExpSyntaxException(String s)
- Constructs a RegExpSyntaxException with the specified detail message.
All Packages Class Hierarchy This Package Previous Next Index