|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--y.algo.AlgorithmAbortedException
Exception that gets thrown by an algorithm when the thread executing the algorithm was interrupted.
Constructor Summary | |
AlgorithmAbortedException()
|
|
AlgorithmAbortedException(String msg)
|
Method Summary | |
static void |
check()
Throws an AlgorithmInterruptedException if the current Thread has been interrupted. |
static void |
check(String msg)
Throws an AlgorithmInterruptedException if the current Thread has been interrupted. |
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 AlgorithmAbortedException(String msg)
public AlgorithmAbortedException()
Method Detail |
public static void check()
public static void check(String msg)
msg
- Exception message if raised
|
© Copyright 2000-2003, yWorks GmbH. All rights reserved. 2003 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |