|
Search this API | ||||||||
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
public class AlgorithmAbortedException
Exception thrown by an algorithm to indicate that an immediate termination request was detected.
AbortHandler
,
AbortHandler.cancel()
,
AbortHandler.check()
,
Serialized FormConstructor Summary | |
---|---|
AlgorithmAbortedException()
Creates a new instance of AlgorithmAbortedException with no detail message. |
|
AlgorithmAbortedException(java.lang.String msg)
Creates a new instance of AlgorithmAbortedException with the specified detail message. |
Method Summary |
---|
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(java.lang.String msg)
AlgorithmAbortedException
with the specified detail message.
msg
- the detail messagepublic AlgorithmAbortedException()
AlgorithmAbortedException
with no detail message.
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |