org.apache.regexp

Class RESyntaxException


public class RESyntaxException
extends 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,v 1.2 2001/02/27 08:37:06 gholam Exp $

Authors:
Jonathan Locke

Constructor Summary

RESyntaxException(String s)
Constructor.

Constructor Details


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