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

/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
36 * Constructs a new {@code IllegalArgumentException} with the current stack
42 public IllegalArgumentException(String detailMessage) { method in class:IllegalArgumentException
47 * Constructs a new {@code IllegalArgumentException} with the current stack
56 public IllegalArgumentException(String message, Throwable cause) { method in class:IllegalArgumentException
61 * Constructs a new {@code IllegalArgumentException} with the current stack
68 public IllegalArgumentException(Throwable cause) { method in class:IllegalArgumentException

Completed in 294 milliseconds