Packagecom.yworks.bridge.util
Classpublic class ConcurrentModificationException
InheritanceConcurrentModificationException Inheritance Error

This runtime exception is thrown when a Collection is modified and an existing iterator on the Collection is used to modify the Collection as well.

See also

java.lang.RuntimeException


Public Methods
 MethodDefined By
  
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
  
[static] Constructs a new instance of this class with its walkback and message filled in.
ConcurrentModificationException
Constructor Detail
ConcurrentModificationException()Constructor
public function ConcurrentModificationException(message:String)

Constructs a new instance of this class with its walkback filled in.

Parameters
message:String
Method Detail
newConcurrentModificationException1()method
public static function newConcurrentModificationException1():ConcurrentModificationException

Constructs a new instance of this class with its walkback filled in.

Returns
ConcurrentModificationException
newConcurrentModificationException2()method 
public static function newConcurrentModificationException2(detailMessage:String):ConcurrentModificationException

Constructs a new instance of this class with its walkback and message filled in.

Parameters

detailMessage:String — The detail message for the exception.

Returns
ConcurrentModificationException