public final class MPIException
extends java.lang.Exception
The Java binding of the MPI operation MPI_Error_string is the
method getMessage, which is inherited from the class Exception.
| Modifier | Constructor and Description |
|---|---|
protected |
MPIException(int code,
int clazz,
java.lang.String message) |
|
MPIException(java.lang.String message)
Creates an exception.
|
|
MPIException(java.lang.Throwable cause)
Creates an exception:
|
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorClass()
Gets the MPI error class.
|
int |
getErrorCode()
Gets the MPI error code.
|
protected MPIException(int code,
int clazz,
java.lang.String message)
public MPIException(java.lang.String message)
message - message associated to the exceptionpublic MPIException(java.lang.Throwable cause)
cause - cause associated to the exception