org.edg.data.util
Class InvalidRegExpException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.edg.data.util.DataException
                    |
                    +--org.edg.data.util.InvalidRegExpException
All Implemented Interfaces:
java.io.Serializable

public class InvalidRegExpException
extends DataException

The exception thrown when performing translation of subset of regular expressions into SQL reg/ expressions fails due to an invalid input

Version:
$Id: InvalidRegExpException.java,v 1.2 2003/03/06 10:07:04 jamesc Exp $
Author:
Radovan Chytracek
See Also:
Serialized Form

Constructor Summary
InvalidRegExpException(java.lang.String message)
          Default 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

InvalidRegExpException

public InvalidRegExpException(java.lang.String message)
Default constructor