org.apache.regexp
Class RESyntaxException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.regexp.RESyntaxException
All Implemented Interfaces:
java.io.Serializable

public class RESyntaxException
extends java.lang.RuntimeException

Exception thrown to indicate a syntax error in a regular expression. This is a non-checked exception because you should only have problems compiling a regular expression during development. If you are making regular expresion programs dynamically then you can catch it if you wish. But should not be forced to.

Version:
$Id: RESyntaxException.java 126148 2004-02-17 13:37:54Z vgritsenko $
Author:
Jonathan Locke, Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
RESyntaxException(java.lang.String s)
          Constructor.
 
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

RESyntaxException

public RESyntaxException(java.lang.String s)
Constructor.

Parameters:
s - Further description of the syntax error


Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.