|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.sf.xmlmatcher.exc.MatcherException
net.sf.xmlmatcher.exc.InvalidTemplateException
net.sf.xmlmatcher.exc.InvalidRegexPatternException
public final class InvalidRegexPatternException
Exception generated regex template text cannot be parsed as regular expression.
| Constructor Summary | |
|---|---|
InvalidRegexPatternException(java.lang.String regex,
java.lang.String error,
org.w3c.dom.Element template)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getRegexPattern()
|
| Methods inherited from class net.sf.xmlmatcher.exc.InvalidTemplateException |
|---|
getMessage, getTemplatePath |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 InvalidRegexPatternException(java.lang.String regex,
java.lang.String error,
org.w3c.dom.Element template)
| Method Detail |
|---|
public java.lang.String getRegexPattern()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||