|
|||||||||
| 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
org.pfsw.text.MatchRuleParseException
public class MatchRuleParseException
This exception is used for all parsing errors of MatchRule parser classes.
| Constructor Summary | |
|---|---|
MatchRuleParseException()
Initialize the new instance with default values. |
|
MatchRuleParseException(java.lang.String message)
Initialize the new instance with with a message. |
|
MatchRuleParseException(java.lang.String message,
java.lang.Object... args)
Initialize the new instance with with a message. |
|
| Method Summary | |
|---|---|
java.lang.String |
getParseString()
Returns the string in which caused the parsing exception. |
int |
getPosition()
Returns the position in the string where the exception was caused. |
protected void |
setParseString(java.lang.String newValue)
|
protected void |
setPosition(int pos)
|
| 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 MatchRuleParseException()
public MatchRuleParseException(java.lang.String message)
public MatchRuleParseException(java.lang.String message,
java.lang.Object... args)
| Method Detail |
|---|
public int getPosition()
public java.lang.String getParseString()
protected void setPosition(int pos)
protected void setParseString(java.lang.String newValue)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||