Packagecom.yworks.bridge.util
Classpublic class CloneNotSupportedException
InheritanceCloneNotSupportedException Inheritance Error

This exception is thrown when a program attempts to clone an object which does not support the Cloneable interface.

See also

Cloneable


Public Methods
 MethodDefined By
  
Constructs a new instance of this class with its walkback and message filled in.
CloneNotSupportedException
Constructor Detail
CloneNotSupportedException()Constructor
public function CloneNotSupportedException(message:String)

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

Parameters
message:String — The detail message for the exception.