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

/libcore/luni/src/main/java/java/lang/
H A DIllegalStateException.java24 public class IllegalStateException extends RuntimeException { class in inherits:RuntimeException
29 * Constructs a new {@code IllegalStateException} that includes the current
32 public IllegalStateException() { method in class:IllegalStateException
36 * Constructs a new {@code IllegalStateException} with the current stack
42 public IllegalStateException(String detailMessage) { method in class:IllegalStateException
47 * Constructs a new {@code IllegalStateException} with the current stack
56 public IllegalStateException(String message, Throwable cause) { method in class:IllegalStateException
61 * Constructs a new {@code IllegalStateException} with the current stack
68 public IllegalStateException(Throwable cause) { method in class:IllegalStateException

Completed in 1146 milliseconds