Packagecom.yworks.yfiles.algo
Classpublic class AlgorithmAbortedException
InheritanceAlgorithmAbortedException Inheritance Error

Exception that gets thrown by an algorithm if a immediate termination request is detected.

See also

com.yworks.yfiles.algo.AbortHandler
com.yworks.yfiles.algo.AbortHandler.cancel()
com.yworks.yfiles.algo.AbortHandler.check()


Public Methods
 MethodDefined By
  
AlgorithmAbortedException(init:Boolean = true)
AlgorithmAbortedException
  
[static]
AlgorithmAbortedException
  
[static]
AlgorithmAbortedException
Protected Methods
 MethodDefined By
  
Initializes this object.
AlgorithmAbortedException
  
Initializes this object.
AlgorithmAbortedException
Constructor Detail
AlgorithmAbortedException()Constructor
public function AlgorithmAbortedException(init:Boolean = true)

Parameters
init:Boolean (default = true) — An internally used switch to help handle proper instance initialization in inheritance chains where classes can have multiple constructor-like factory methods. This parameter can safely be ignored/omitted when calling the constructor.
Method Detail
initAlgorithmAbortedException1()method
protected final function initAlgorithmAbortedException1():void

Initializes this object. See the documentation of the corresponding factory method newAlgorithmAbortedException1() for details.

See also

initAlgorithmAbortedException2()method 
protected final function initAlgorithmAbortedException2(msg:String):void

Initializes this object. See the documentation of the corresponding factory method newAlgorithmAbortedException2() for details.

Parameters

msg:String

See also

newAlgorithmAbortedException1()method 
public static function newAlgorithmAbortedException1():AlgorithmAbortedException

Returns
AlgorithmAbortedException
newAlgorithmAbortedException2()method 
public static function newAlgorithmAbortedException2(msg:String):AlgorithmAbortedException

Parameters

msg:String

Returns
AlgorithmAbortedException