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

Quick Search    Search Deep

org.acmsl.regexpplugin.jakartaoro
Class MalformedPatternExceptionOROAdapter  view MalformedPatternExceptionOROAdapter download MalformedPatternExceptionOROAdapter.java

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

public class MalformedPatternExceptionOROAdapter
extends org.acmsl.regexpplugin.MalformedPatternException

Adapts jakarta ORO malformed pattern exceptions to follow this API.

Version:
$Revision: 1.5 $

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private  org.apache.oro.text.regex.MalformedPatternException 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
MalformedPatternExceptionOROAdapter(org.apache.oro.text.regex.MalformedPatternException exception)
          Constructs an adapter for given ORO 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.oro.text.regex.MalformedPatternException adaptee)
          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.oro.text.regex.MalformedPatternException 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

MalformedPatternExceptionOROAdapter

public MalformedPatternExceptionOROAdapter(org.apache.oro.text.regex.MalformedPatternException exception)
Constructs an adapter for given ORO exception.

Method Detail

setAdaptee

protected void setAdaptee(org.apache.oro.text.regex.MalformedPatternException adaptee)
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.