com.jcorporate.expresso.ext.regexp
Class RESyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RESyntaxException
public RESyntaxException(String s)
- Deprecated.
- Constructor.
- Parameters:
s - Further description of the syntax error
Please see www.jcorporate.com for information about new Expresso releases.