Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.acmsl.regexpplugin
Class MalformedPatternException  view MalformedPatternException download MalformedPatternException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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 Class Summary
 
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
 
Constructor Summary
MalformedPatternException()
          Just constructs the exception with the default logic defined in its super class.
MalformedPatternException(java.lang.String message)
          Constructs the exception with given message.
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

VERSION

public static final Version VERSION
Concrete version object updated everytime it's checked-in in a CVS repository.

Constructor Detail

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.

Method Detail

getVersion

public Version getVersion()
Retrieves the current version of this object.


getClassVersion

public static Version getClassVersion()
Retrieves the current version of this class.