jregex
Class PatternSyntaxException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IllegalArgumentException
                          |
                          +--jregex.PatternSyntaxException
All Implemented Interfaces:
java.io.Serializable

public class PatternSyntaxException
extends java.lang.IllegalArgumentException

Is thrown when Pattern constructor's argument doesn't conform the Perl5 regular expression syntax.

See Also:
Pattern, Serialized Form

Constructor Summary
PatternSyntaxException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PatternSyntaxException

public PatternSyntaxException(java.lang.String s)