1
1

Update Javadoc of MPIException.

This commit was SVN r29291.
Этот коммит содержится в:
Oscar Vega-Gisbert 2013-09-29 10:57:14 +00:00
родитель b97951ab3b
Коммит 2f81173acf

Просмотреть файл

@ -25,6 +25,8 @@ package mpi;
/**
* Signals that an MPI exception of some sort has occurred.
* <p>The Java binding of the MPI operation {@code MPI_Error_string} is the
* method {@code getMessage}, which is inherited from the class Exception.
*/
public final class MPIException extends Exception
{