|
|||||||||
Home >> All >> org >> acmsl >> [ regexpplugin overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
org.acmsl.regexpplugin
Class RegexpEngineNotFoundException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.acmsl.regexpplugin.RegexpEngineNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
- public class RegexpEngineNotFoundException
- extends java.lang.Exception
- implements java.io.Serializable
- extends java.lang.Exception
Generic exception thrown at runtime when the specified regexp engine is not found.
- Version:
- $Revision: 1.5 $
Nested Class Summary |
Nested classes inherited from class java.lang.Throwable |
|
Field Summary | |
private java.lang.String |
m__strCompilerClassName
Compiler class name. |
private java.lang.String |
m__strEngineName
Engine name. |
private java.lang.String |
m__strEngineVersion
Engine version. |
private java.lang.String |
m__strHelperClassName
Helper class name. |
private java.lang.String |
m__strMatcherClassName
Matcher class name. |
private java.lang.String |
m__strPackageName
Engine package name. |
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 |
|
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 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. |
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 |
m__strEngineName
private java.lang.String m__strEngineName
- Engine name.
m__strEngineVersion
private java.lang.String m__strEngineVersion
- Engine version.
m__strPackageName
private java.lang.String m__strPackageName
- Engine package name.
m__strCompilerClassName
private java.lang.String m__strCompilerClassName
- Compiler class name.
m__strMatcherClassName
private java.lang.String m__strMatcherClassName
- Matcher class name.
m__strHelperClassName
private java.lang.String m__strHelperClassName
- Helper class name.
VERSION
public static final Version VERSION
- Concrete version object updated everytime it's checked-in in a CVS
repository.
Constructor Detail |
RegexpEngineNotFoundException
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)
- Just constructs the exception with the default logic defined in
its super class.
Method Detail |
getEngineName
public java.lang.String getEngineName()
- Retrieves the implementation name.
setEngineName
protected void setEngineName(java.lang.String engineName)
- Sets the implementation name.
getEngineVersion
public java.lang.String getEngineVersion()
- Retrieves the implementation version. It's not calculated,
just based on what the implementation provides.
setEngineVersion
protected void setEngineVersion(java.lang.String engineVersion)
- Sets the implementation version.
getEnginePackage
public java.lang.String getEnginePackage()
- Retrieves the Regexp implementation package name.
setEnginePackage
protected void setEnginePackage(java.lang.String enginePackage)
- Sets the Regexp implementation package name.
getCompilerClassName
public java.lang.String getCompilerClassName()
- Retrieves the compiler class name of the Regexp implementation
whose instantiation has thrown the runtime exception.
setCompilerClassName
protected void setCompilerClassName(java.lang.String compilerClassName)
- Sets the compiler class name of the Regexp implementation.
getMatcherClassName
public java.lang.String getMatcherClassName()
- Retrieves the matcher class name of the Regexp implementation
whose instantiation has thrown the runtime exception.
setMatcherClassName
protected void setMatcherClassName(java.lang.String matcherClassName)
- Sets the matcher class name of the Regexp implementation.
getHelperClassName
public java.lang.String getHelperClassName()
- Retrieves the helper class name of the Regexp implementation
whose instantiation has thrown the runtime exception.
setHelperClassName
protected void setHelperClassName(java.lang.String helperClassName)
- Sets the helper class name of the Regexp implementation.
getVersion
public Version getVersion()
- Retrieves the current version of this object.
getClassVersion
public static Version getClassVersion()
- Retrieves the current version of this class.
|
|||||||||
Home >> All >> org >> acmsl >> [ regexpplugin overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |