APTCONVERT 1.1

fr.pixware.util
Class RESyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fr.pixware.util.WrappedException
              extended by fr.pixware.util.RESyntaxException
All Implemented Interfaces:
java.io.Serializable

public class RESyntaxException
extends WrappedException

Thrown when the pattern being compiled has syntax errors.

See Also:
REFactory, Serialized Form

Constructor Summary
RESyntaxException(java.lang.Exception e)
          Constructs an exception with a reference to the exception originally thrown by the underlying regular expression engine.
 
Method Summary
 
Methods inherited from class fr.pixware.util.WrappedException
getRootException
 
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(java.lang.Exception e)
Constructs an exception with a reference to the exception originally thrown by the underlying regular expression engine.


APTCONVERT 1.1