|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
uk.org.blankaspect.nlf.NlfUncheckedException
uk.org.blankaspect.nlf.TerminatedException
public class TerminatedException
An object of this class signals that an operation has been terminated.
Constructor Summary | |
---|---|
TerminatedException()
Constructs a TerminatedException . |
|
TerminatedException(java.lang.Throwable cause)
Constructs a TerminatedException with the specified cause. |
Method Summary |
---|
Methods inherited from class uk.org.blankaspect.nlf.NlfUncheckedException |
---|
getId |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TerminatedException()
TerminatedException
.
public TerminatedException(java.lang.Throwable cause)
TerminatedException
with the specified cause.
cause
- the java.lang.Throwable
that caused the operation to be terminated.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |