|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.acmsl.regexpplugin.MalformedPatternException | +--org.acmsl.regexpplugin.jakartaoro.MalformedPatternExceptionOROAdapter
Adapts jakarta ORO malformed pattern exceptions to follow this API.
Field Summary | |
static org.acmsl.version.Version |
VERSION
Concrete version object updated everytime it's checked-in in a CVS repository. |
Constructor Summary | |
MalformedPatternExceptionOROAdapter(org.apache.oro.text.regex.MalformedPatternException exception)
Constructs an adapter for given ORO exception. |
Method Summary | |
static org.acmsl.version.Version |
getClassVersion()
Retrieves the current version of this class. |
org.acmsl.version.Version |
getVersion()
Retrieves the current version of this object. |
protected void |
setAdaptee(org.apache.oro.text.regex.MalformedPatternException adaptee)
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 |
public static final org.acmsl.version.Version VERSION
Constructor Detail |
public MalformedPatternExceptionOROAdapter(org.apache.oro.text.regex.MalformedPatternException exception)
exception
- concrete exception instance to adapt.Method Detail |
protected void setAdaptee(org.apache.oro.text.regex.MalformedPatternException adaptee)
adaptee
- the exception to adapt.public org.acmsl.version.Version getVersion()
getVersion
in interface org.acmsl.version.Versionable
getVersion
in class MalformedPatternException
public static org.acmsl.version.Version getClassVersion()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |