org.pf.text
Class MatchRuleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pf.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.

Version:
1.0
Author:
Manfred Duchrow
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.
 
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
equals, 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.