Expresso 5-6

com.jcorporate.expresso.ext.regexp
Class RESyntaxException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.jcorporate.expresso.ext.regexp.RESyntaxException
All Implemented Interfaces:
Serializable

Deprecated. since v5.6, use jakarta oro

public class RESyntaxException
extends Exception

Exception thrown to indicate a syntax error in a regular expression.

Version:
$Id: RESyntaxException.java,v 1.7 2004/11/17 20:48:15 lhamel Exp $
Author:
Jonathan Locke
See Also:
Serialized Form

Constructor Summary
RESyntaxException(String s)
          Deprecated. 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(String s)
Deprecated. 
Constructor.

Parameters:
s - Further description of the syntax error

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.