APTCONVERT 1.1

fr.pixware.util
Class RESyntaxException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byfr.pixware.util.WrappedException
              extended byfr.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.
 
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