Class | Tree | Deprecated | Index | Help | |||
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 | +--mpij.MPIException
Constructor Summary | |
MPIException(java.lang.String msg)
Construct an MPIException with the given message. |
|
MPIException(java.lang.String msg,
java.lang.Exception nestedException)
Construct an MPIException with the given message and nested exception. |
Method Summary | |
void | printStackTrace()
Display the stack trace of where this exception occurred or where the nested exception occurred if one exists. |
Methods inherited from class java.lang.Throwable | |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object | |
equals, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
Constructor Detail |
public MPIException(java.lang.String msg)
public MPIException(java.lang.String msg, java.lang.Exception nestedException)
Method Detail |
public void printStackTrace()
Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |