org.pfsw.text
Class MatchRuleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pfsw.text.MatchRuleException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MatchRuleParseException

public class MatchRuleException
extends java.lang.Exception

The base exception of all exceptions that can occur with match rules.

See Also:
Serialized Form

Constructor Summary
MatchRuleException()
          Initialize the new instance with default values.
MatchRuleException(java.lang.String message)
          Initialize the new instance with with a message and optional arguments.
MatchRuleException(java.lang.String message, java.lang.Object... args)
          Initialize the new instance with with a message and optional arguments.
 
Method Summary
 
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
 

Constructor Detail

MatchRuleException

public MatchRuleException()
Initialize the new instance with default values.


MatchRuleException

public MatchRuleException(java.lang.String message)
Initialize the new instance with with a message and optional arguments.


MatchRuleException

public MatchRuleException(java.lang.String message,
                          java.lang.Object... args)
Initialize the new instance with with a message and optional arguments.