| 
 | Search this API | ||||||||
| 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
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 Form| Constructor Summary | |
|---|---|
| AlgorithmAbortedException()Creates a new instance of AlgorithmAbortedExceptionwith no detail message. | |
| AlgorithmAbortedException(java.lang.String msg)Creates a new instance of AlgorithmAbortedExceptionwith 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-2025, yWorks GmbH. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||