|
JMMF API pre-release v0.7 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--fr.umlv.jmmf.matcher.MatchingMethodException
This class is the root class for all matching exceptions.
| Constructor Summary | |
protected |
MatchingMethodException(java.lang.Exception e)
construct a MatchingMethodException with an exception raised during the matching algorithm. |
protected |
MatchingMethodException(java.lang.String message)
construct a MatchingMethodException with a detail message. |
| Method Summary | |
java.lang.Exception |
getTargetException()
get the exception thrown in the matching method. |
void |
printStackTrace()
prints the stack trace of the thrown target exception. |
void |
printStackTrace(java.io.PrintStream ps)
prints the stack trace of the thrown target exception to the specified print stream. |
void |
printStackTrace(java.io.PrintWriter pw)
prints the stack trace of the thrown target exception to the specified print writer. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
protected MatchingMethodException(java.lang.Exception e)
protected MatchingMethodException(java.lang.String message)
| Method Detail |
public java.lang.Exception getTargetException()
public void printStackTrace()
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream ps)
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintWriter pw)
printStackTrace in class java.lang.Throwable
|
JMMF API pre-release v0.7 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||