| Package | com.yworks.yfiles.algo |
| Class | public class AlgorithmAbortedException |
| Inheritance | AlgorithmAbortedException Error |
See also
| Method | Defined By | ||
|---|---|---|---|
AlgorithmAbortedException(init:Boolean = true) | AlgorithmAbortedException | ||
[static] | AlgorithmAbortedException | ||
[static] | AlgorithmAbortedException | ||
| Method | Defined By | ||
|---|---|---|---|
Initializes this object. | AlgorithmAbortedException | ||
initAlgorithmAbortedException2(msg:String):void
Initializes this object. | AlgorithmAbortedException | ||
| 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.
|
| 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():AlgorithmAbortedExceptionReturnsAlgorithmAbortedException |
| newAlgorithmAbortedException2 | () | method |
public static function newAlgorithmAbortedException2(msg:String):AlgorithmAbortedExceptionParameters
msg:String |
AlgorithmAbortedException |