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

/libcore/ojluni/src/main/java/java/lang/
H A DCloneNotSupportedException.java45 class CloneNotSupportedException extends Exception { class in inherits:Exception
49 * Constructs a <code>CloneNotSupportedException</code> with no
52 public CloneNotSupportedException() { method in class:CloneNotSupportedException
57 * Constructs a <code>CloneNotSupportedException</code> with the
62 public CloneNotSupportedException(String s) { method in class:CloneNotSupportedException

Completed in 292 milliseconds