|
|||||||||||
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.RegexpEngineNotFoundException
Generic exception thrown at runtime when the specified regexp engine is not found.
Field Summary | |
static org.acmsl.version.Version |
VERSION
Concrete version object updated everytime it's checked-in in a CVS repository. |
Constructor Summary | |
RegexpEngineNotFoundException(java.lang.String engineName,
java.lang.String engineVersion,
java.lang.String packageName,
java.lang.String compilerClassName,
java.lang.String matcherClassName,
java.lang.String helperClassName)
Just constructs the exception with the default logic defined in its super class. |
Method Summary | |
static org.acmsl.version.Version |
getClassVersion()
Retrieves the current version of this class. |
java.lang.String |
getCompilerClassName()
Retrieves the compiler class name of the Regexp implementation whose instantiation has thrown the runtime exception. |
java.lang.String |
getEngineName()
Retrieves the implementation name. |
java.lang.String |
getEnginePackage()
Retrieves the Regexp implementation package name. |
java.lang.String |
getEngineVersion()
Retrieves the implementation version. |
java.lang.String |
getHelperClassName()
Retrieves the helper class name of the Regexp implementation whose instantiation has thrown the runtime exception. |
java.lang.String |
getMatcherClassName()
Retrieves the matcher class name of the Regexp implementation whose instantiation has thrown the runtime exception. |
org.acmsl.version.Version |
getVersion()
Retrieves the current version of this object. |
protected void |
setCompilerClassName(java.lang.String compilerClassName)
Sets the compiler class name of the Regexp implementation. |
protected void |
setEngineName(java.lang.String engineName)
Sets the implementation name. |
protected void |
setEnginePackage(java.lang.String enginePackage)
Sets the Regexp implementation package name. |
protected void |
setEngineVersion(java.lang.String engineVersion)
Sets the implementation version. |
protected void |
setHelperClassName(java.lang.String helperClassName)
Sets the helper class name of the Regexp implementation. |
protected void |
setMatcherClassName(java.lang.String matcherClassName)
Sets the matcher class name of the Regexp implementation. |
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 RegexpEngineNotFoundException(java.lang.String engineName, java.lang.String engineVersion, java.lang.String packageName, java.lang.String compilerClassName, java.lang.String matcherClassName, java.lang.String helperClassName)
engineName
- the name of the Regexp implementation whose
instatiation has failed.engineVersion
- the version of the engine.packageName
- the name of the engine class package.compilerClassName
- the compiler class name.matcherClassName
- the matcher class name.helperClassName
- the helper class name.Method Detail |
public java.lang.String getEngineName()
protected void setEngineName(java.lang.String engineName)
engineName
- implementation name.public java.lang.String getEngineVersion()
protected void setEngineVersion(java.lang.String engineVersion)
engineVersion
- the version of the implementation.public java.lang.String getEnginePackage()
protected void setEnginePackage(java.lang.String enginePackage)
enginePackage
- the engine package.public java.lang.String getCompilerClassName()
protected void setCompilerClassName(java.lang.String compilerClassName)
compilerClassName
- the compiler class name.public java.lang.String getMatcherClassName()
protected void setMatcherClassName(java.lang.String matcherClassName)
matcherClassName
- the matcher class name.public java.lang.String getHelperClassName()
protected void setHelperClassName(java.lang.String helperClassName)
helperClassName
- the helper class name.public org.acmsl.version.Version getVersion()
getVersion
in interface org.acmsl.version.Versionable
public static org.acmsl.version.Version getClassVersion()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |