java.lang.Object
java.lang.Throwable
java.lang.Exception
org.acmsl.regexpplugin.MalformedPatternException
org.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 classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.
MalformedPatternExceptionOROAdapter
public MalformedPatternExceptionOROAdapter(org.apache.oro.text.regex.MalformedPatternException exception)
- Constructs an adapter for given ORO exception.
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.