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

/dalvik/libcore/luni/src/main/java/java/lang/
H A DUnsupportedOperationException.java23 public class UnsupportedOperationException extends RuntimeException { class in inherits:RuntimeException
28 * Constructs a new {@code UnsupportedOperationException} that includes the
31 public UnsupportedOperationException() { method in class:UnsupportedOperationException
35 * Constructs a new {@code UnsupportedOperationException} with the current
41 public UnsupportedOperationException(String detailMessage) { method in class:UnsupportedOperationException
46 * Constructs a new {@code UnsupportedOperationException} with the current
55 public UnsupportedOperationException(String message, Throwable cause) { method in class:UnsupportedOperationException
60 * Constructs a new {@code UnsupportedOperationException} with the current
67 public UnsupportedOperationException(Throwable cause) { method in class:UnsupportedOperationException

Completed in 89 milliseconds