java.lang.Object
java.lang.Throwable
java.lang.Exception
org.acmsl.regexpplugin.MalformedPatternException
- All Implemented Interfaces:
- java.io.Serializable
- public class MalformedPatternException
- extends java.lang.Exception
- implements java.io.Serializable
Generic exception to model runtime-malformed regular expressions.
- Version:
- $Revision: 1.3 $
| Nested classes inherited from class java.lang.Throwable |
|
|
Field Summary |
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 |
|
|
Method Summary |
static Version |
getClassVersion()
Retrieves the current version of this class. |
Version |
getVersion()
Retrieves the current version of this object. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
VERSION
public static final Version VERSION
- Concrete version object updated everytime it's checked-in in a CVS
repository.
MalformedPatternException
public MalformedPatternException()
- Just constructs the exception with the default logic defined in its
super class.
MalformedPatternException
public MalformedPatternException(java.lang.String message)
- Constructs the exception with given message.
getVersion
public Version getVersion()
- Retrieves the current version of this object.
getClassVersion
public static Version getClassVersion()
- Retrieves the current version of this class.