Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.acmsl.regexpplugin.jakartaregexp
Class MalformedPatternExceptionRegexpAdapter  view MalformedPatternExceptionRegexpAdapter download MalformedPatternExceptionRegexpAdapter.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.acmsl.regexpplugin.MalformedPatternException
              extended byorg.acmsl.regexpplugin.jakartaregexp.MalformedPatternExceptionRegexpAdapter
All Implemented Interfaces:
java.io.Serializable

public class MalformedPatternExceptionRegexpAdapter
extends org.acmsl.regexpplugin.MalformedPatternException

Adapts jakarta ORO malformed pattern exceptions to follow this API.

Version:
$Revision: 1.4 $

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private  org.apache.regexp.RESyntaxException m__Adaptee
          Private reference to the actual exception.
static Version VERSION
          Concrete version object updated everytime it's checked-in in a CVS repository.
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
MalformedPatternExceptionRegexpAdapter(org.apache.regexp.RESyntaxException exception)
          Constructs an adapter for given Jakarta Regexp exception.
 
Method Summary
static Version getClassVersion()
          Retrieves the current version of this class.
 Version getVersion()
          Retrieves the current version of this object.
protected  void setAdaptee(org.apache.regexp.RESyntaxException exception)
          Sets the adaptee.
 
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
 

Field Detail

m__Adaptee

private org.apache.regexp.RESyntaxException m__Adaptee
Private reference to the actual exception.


VERSION

public static final Version VERSION
Concrete version object updated everytime it's checked-in in a CVS repository.

Constructor Detail

MalformedPatternExceptionRegexpAdapter

public MalformedPatternExceptionRegexpAdapter(org.apache.regexp.RESyntaxException exception)
Constructs an adapter for given Jakarta Regexp exception.

Method Detail

setAdaptee

protected void setAdaptee(org.apache.regexp.RESyntaxException exception)
Sets the adaptee.


getVersion

public Version getVersion()
Retrieves the current version of this object.


getClassVersion

public static Version getClassVersion()
Retrieves the current version of this class.