java.lang.Object
java.lang.Throwable
java.lang.Exception
org.acmsl.regexpplugin.MalformedPatternException
org.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 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.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.
MalformedPatternExceptionRegexpAdapter
public MalformedPatternExceptionRegexpAdapter(org.apache.regexp.RESyntaxException exception)
- Constructs an adapter for given Jakarta Regexp exception.
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.