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

/dalvik/libcore/luni/src/main/java/java/lang/
H A DUnsupportedOperationException.java25 public class UnsupportedOperationException extends RuntimeException { class in inherits:RuntimeException
30 * Constructs a new {@code UnsupportedOperationException} that includes the
35 public UnsupportedOperationException() { method in class:UnsupportedOperationException
42 * Constructs a new {@code UnsupportedOperationException} with the current
49 public UnsupportedOperationException(String detailMessage) { method in class:UnsupportedOperationException
54 * Constructs a new {@code UnsupportedOperationException} with the current
63 public UnsupportedOperationException(String message, Throwable cause) { method in class:UnsupportedOperationException
68 * Constructs a new {@code UnsupportedOperationException} with the current
75 public UnsupportedOperationException(Throwable cause) { method in class:UnsupportedOperationException

Completed in 159 milliseconds