|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.pfsw.text.MatchRuleException
public class MatchRuleException
The base exception of all exceptions that can occur with match rules.
| 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 |
|---|
public MatchRuleException()
public MatchRuleException(java.lang.String message)
public MatchRuleException(java.lang.String message,
java.lang.Object... args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||