Searched defs:CloneNotSupportedException (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/luni/src/main/java/java/lang/
H A DCloneNotSupportedException.java27 public class CloneNotSupportedException extends Exception { class in inherits:Exception
32 * Constructs a new {@code CloneNotSupportedException} that includes the
37 public CloneNotSupportedException() { method in class:CloneNotSupportedException
42 * Constructs a new {@code CloneNotSupportedException} with the current
49 public CloneNotSupportedException(String detailMessage) { method in class:CloneNotSupportedException

Completed in 52 milliseconds