/**@class java.lang.CloneNotSupportedException
@extends java.lang.Exception

 Thrown when a program attempts to clone an object which does not support the
 {@link java.lang.Cloneable} interface.

 @see Cloneable
*/
var CloneNotSupportedException = {


};