Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class mpij.MPIException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--mpij.MPIException

public class MPIException
extends java.lang.Exception
MPI exception base class.

See Also:
Serialized Form

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

MPIException

public MPIException(java.lang.String msg)
Construct an MPIException with the given message.

MPIException

public MPIException(java.lang.String msg,
                    java.lang.Exception nestedException)
Construct an MPIException with the given message and nested exception.
Method Detail

printStackTrace

public void printStackTrace()
Display the stack trace of where this exception occurred or where the nested exception occurred if one exists.
Overrides:
printStackTrace in class java.lang.Throwable

Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD