Public Member Functions | |
MOPException () | |
Constructs a ProActiveException with no specified detail message. | |
MOPException (String s) | |
Constructs a ProActiveException with the specified detail message. | |
MOPException (String s, Throwable ex) | |
Constructs a ProActiveException with the specified detail message and nested exception. | |
MOPException (Throwable ex) | |
Constructs a ProActiveException with the specified detail message and nested exception. | |
Throwable | getTargetException () |
String | getMessage () |
Returns the detail message, including the message from the nested exception if there is one. | |
void | printStackTrace (java.io.PrintStream ps) |
Prints the composite message and the embedded stack trace to the specified stream ps . | |
void | printStackTrace () |
Prints the composite message to System.err . | |
void | printStackTrace (java.io.PrintWriter pw) |
Prints the composite message and the embedded stack trace to the specified print writer pw . | |
Public Attributes | |
Throwable | detail |
Definition at line 36 of file MOPException.java.
org.objectweb.proactive.core.mop.MOPException.MOPException | ( | String | s | ) |
Constructs a ProActiveException
with the specified detail message.
s | the detail message |
Definition at line 50 of file MOPException.java.
org.objectweb.proactive.core.mop.MOPException.MOPException | ( | String | s, | |
Throwable | ex | |||
) |
Constructs a ProActiveException
with the specified detail message and nested exception.
s | the detail message | |
ex | the nested exception |
Definition at line 61 of file MOPException.java.
References org.objectweb.proactive.core.mop.MOPException.detail.
org.objectweb.proactive.core.mop.MOPException.MOPException | ( | Throwable | ex | ) |
Constructs a ProActiveException
with the specified detail message and nested exception.
ex | the nested exception |
Definition at line 72 of file MOPException.java.
References org.objectweb.proactive.core.mop.MOPException.detail.
void org.objectweb.proactive.core.mop.MOPException.printStackTrace | ( | java.io.PrintStream | ps | ) |
Prints the composite message and the embedded stack trace to the specified stream ps
.
ps | the print stream |
Definition at line 103 of file MOPException.java.
References org.objectweb.proactive.core.mop.MOPException.detail, and org.objectweb.proactive.core.mop.MOPException.getMessage().
Referenced by org.objectweb.proactive.ext.security.test.jacobi.SubMatrix.buildNeighborhood_MethodBarrier(), org.objectweb.proactive.ext.security.test.jacobi.SubMatrix.buildNeighborhood_NeighborBarrier(), org.objectweb.proactive.ext.security.test.jacobi.SubMatrix.buildNeighborhood_TotalBarrier(), org.objectweb.proactive.core.group.ProActiveGroup.captureView(), org.objectweb.proactive.core.group.topology.Torus.column(), org.objectweb.proactive.core.group.topology.Plan.column(), org.objectweb.proactive.mpi.control.ProActiveMPIManager.deploy(), org.objectweb.proactive.mpi.control.ProActiveMPIManager.deployUserSpmdClasses(), org.objectweb.proactive.core.group.ProxyForGroup.difference(), org.objectweb.proactive.core.group.ProxyForGroup.exclude(), org.objectweb.proactive.core.component.group.ProxyForComponentInterfaceGroup.getGroupByType(), org.objectweb.proactive.core.group.ProxyForGroup.intersection(), org.objectweb.proactive.core.group.topology.Plan.line(), org.objectweb.proactive.core.group.topology.Cube.lineX(), org.objectweb.proactive.core.group.topology.Cube.lineY(), org.objectweb.proactive.core.group.topology.Cube.lineZ(), org.objectweb.proactive.core.group.topology.Cube.planX(), org.objectweb.proactive.core.group.topology.Cube.planY(), org.objectweb.proactive.core.group.topology.Cube.planZ(), org.objectweb.proactive.core.group.ProxyForGroup.range(), org.objectweb.proactive.core.group.topology.Torus.Ring(), org.objectweb.proactive.core.group.topology.TorusCube.RingX(), org.objectweb.proactive.core.group.topology.TorusCube.RingY(), org.objectweb.proactive.core.group.topology.TorusCube.RingZ(), org.objectweb.proactive.core.component.request.ComponentRequestImpl.serveInternal(), org.objectweb.proactive.core.body.request.BodyRequest.serveInternal(), org.objectweb.proactive.core.group.topology.TorusCube.TorusX(), org.objectweb.proactive.core.group.topology.TorusCube.TorusY(), org.objectweb.proactive.core.group.topology.TorusCube.TorusZ(), and org.objectweb.proactive.core.group.ProxyForGroup.union().
void org.objectweb.proactive.core.mop.MOPException.printStackTrace | ( | java.io.PrintWriter | pw | ) |
Prints the composite message and the embedded stack trace to the specified print writer pw
.
pw | the print writer |
Definition at line 126 of file MOPException.java.
References org.objectweb.proactive.core.mop.MOPException.detail, and org.objectweb.proactive.core.mop.MOPException.getMessage().