re.error
Class REError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by re.error.REError
All Implemented Interfaces:
Serializable

public class REError
extends Error

An exception class to indicate an error while processing regular expressions. You should use this Error class when, for example, a regular expression refers to an id that is not defined.

See Also:
Serialized Form

Constructor Summary
REError(String message)
           
 
Method Summary
 
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

REError

public REError(String message)