java.lang.Object
java.lang.Throwable
java.lang.Exception
org.acmsl.regexpplugin.MalformedPatternException
org.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 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 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.
MalformedPatternExceptionJDKAdapter
public MalformedPatternExceptionJDKAdapter(java.util.regex.PatternSyntaxException exception)
- Constructs an adapter for given JDK1.4 exception.
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.