|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.acsinet_solutions.util.regexp.RegexpMatchException
public final class RegexpMatchException
Denotes a match exception failure. Match exceptions may be avoided using test() before apply() to avoid exception throwing or testAndApply() method that fail silently returning a null ( in Perl5Regexp class ).
Perl5Regexp,
Serialized Form| Constructor Summary | |
|---|---|
RegexpMatchException(java.lang.String message)
Constructor for RegexpMatchException. |
|
RegexpMatchException(java.lang.String message,
java.lang.Throwable throwable)
Constructor for RegexpMatchException. |
|
| 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 RegexpMatchException(java.lang.String message)
public RegexpMatchException(java.lang.String message,
java.lang.Throwable throwable)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||