|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
ibis.satin.Inlet
Optional class that application Exceptions (inlets) can extend. The advantage of this is that the generation of stack traces (an expensive operation) is inhibited.
Constructor Summary | |
Inlet()
Constructs an Inlet . |
Method Summary | |
java.lang.Throwable |
fillInStackTrace()
Overrides the fillInStackTrace from Throwable . |
Methods inherited from class java.lang.Throwable |
getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Inlet()
Inlet
.
Method Detail |
public java.lang.Throwable fillInStackTrace()
fillInStackTrace
from Throwable
.
This version does not actually create a stack trace, which are useless
for inlets which in Satin are usually used for returning results.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |