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

Quick Search    Search Deep

org.acmsl.regexpplugin.jdk14regexp
Class MalformedPatternExceptionJDKAdapter  view MalformedPatternExceptionJDKAdapter download MalformedPatternExceptionJDKAdapter.java

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

public class MalformedPatternExceptionJDKAdapter
extends org.acmsl.regexpplugin.MalformedPatternException

Adapts JDK1.4 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  java.util.regex.PatternSyntaxException 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
MalformedPatternExceptionJDKAdapter(java.util.regex.PatternSyntaxException exception)
          Constructs an adapter for given JDK1.4 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(java.util.regex.PatternSyntaxException 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 java.util.regex.PatternSyntaxException 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

MalformedPatternExceptionJDKAdapter

public MalformedPatternExceptionJDKAdapter(java.util.regex.PatternSyntaxException exception)
Constructs an adapter for given JDK1.4 exception.

Method Detail

setAdaptee

protected void setAdaptee(java.util.regex.PatternSyntaxException 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.