jregex
Class PatternSyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by 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)
           
 
Method Summary
 
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.