| Package | com.yworks.bridge.util |
| Class | public class ConcurrentModificationException |
| Inheritance | ConcurrentModificationException Error |
See also
| Method | Defined By | ||
|---|---|---|---|
ConcurrentModificationException(message:String)
Constructs a new instance of this class with its walkback filled in. | ConcurrentModificationException | ||
[static]
Constructs a new instance of this class with its walkback filled in. | ConcurrentModificationException | ||
newConcurrentModificationException2(detailMessage:String):ConcurrentModificationException [static]
Constructs a new instance of this class with its walkback and message filled in. | ConcurrentModificationException | ||
| ConcurrentModificationException | () | Constructor |
public function ConcurrentModificationException(message:String)Constructs a new instance of this class with its walkback filled in.
Parametersmessage:String |
| newConcurrentModificationException1 | () | method |
public static function newConcurrentModificationException1():ConcurrentModificationExceptionConstructs a new instance of this class with its walkback filled in.
ReturnsConcurrentModificationException |
| newConcurrentModificationException2 | () | method |
public static function newConcurrentModificationException2(detailMessage:String):ConcurrentModificationExceptionConstructs a new instance of this class with its walkback and message filled in.
Parameters
detailMessage:String — The detail message for the exception.
|
ConcurrentModificationException |