Search this API

y.algo
Class AlgorithmAbortedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by y.algo.AlgorithmAbortedException
All Implemented Interfaces:
java.io.Serializable

public class AlgorithmAbortedException
extends java.lang.RuntimeException

Exception thrown by an algorithm to indicate that an immediate termination request was detected.

See Also:
AbortHandler, AbortHandler.cancel(), AbortHandler.check(), Serialized Form
 
Your browser does not support SVG content.

Constructor 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

AlgorithmAbortedException

public AlgorithmAbortedException(java.lang.String msg)
Creates a new instance of AlgorithmAbortedException with the specified detail message.

Parameters:
msg - the detail message

AlgorithmAbortedException

public AlgorithmAbortedException()
Creates a new instance of AlgorithmAbortedException with no detail message.


© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.