java.lang.Object
java.lang.Throwable
java.lang.Exception
org.acmsl.regexpplugin.MalformedPatternException
org.acmsl.regexpplugin.gnuregexp.MalformedPatternExceptionGNUAdapter
- All Implemented Interfaces:
- java.io.Serializable
- public class MalformedPatternExceptionGNUAdapter
- extends org.acmsl.regexpplugin.MalformedPatternException
Adapts GNU Regexp 1.1.4 malformed pattern exceptions to follow this
API.
- Version:
- $Revision: 1.3 $
Nested classes inherited from class java.lang.Throwable |
|
Field Summary |
private gnu.regexp.REException |
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 |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
m__Adaptee
private gnu.regexp.REException 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.
MalformedPatternExceptionGNUAdapter
public MalformedPatternExceptionGNUAdapter(gnu.regexp.REException exception)
- Constructs an adapter for given GNU Regexp 1.1.4 exception.
setAdaptee
protected void setAdaptee(gnu.regexp.REException 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.