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

/dalvik/libcore/luni/src/main/java/java/lang/
H A DIllegalArgumentException.java24 public class IllegalArgumentException extends RuntimeException { class in inherits:RuntimeException
29 * Constructs a new {@code IllegalArgumentException} that includes the
32 public IllegalArgumentException() { method in class:IllegalArgumentException
37 * Constructs a new {@code IllegalArgumentException} with the current stack
43 public IllegalArgumentException(String detailMessage) { method in class:IllegalArgumentException
48 * Constructs a new {@code IllegalArgumentException} with the current stack
57 public IllegalArgumentException(String message, Throwable cause) { method in class:IllegalArgumentException
62 * Constructs a new {@code IllegalArgumentException} with the current stack
69 public IllegalArgumentException(Throwable cause) { method in class:IllegalArgumentException

Completed in 68 milliseconds