Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.lang.CloneNotSupportedException

Uses of CloneNotSupportedException in java.lang
 

Methods in java.lang that throw CloneNotSupportedException
protected  Object Object.clone()
          This method may be called to create a new copy of the Object.
protected  Object Enum.clone()
          Cloning of enumeration constants is prevented, to maintain their singleton status.