jregex
Class PatternSyntaxException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalArgumentException
                  extended byjregex.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, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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)


Copyright © 2002-2007 JRuby Team. All Rights Reserved.