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

/libcore/luni/src/main/java/java/lang/
H A DInstantiationException.java24 public class InstantiationException extends ReflectiveOperationException { class in inherits:ReflectiveOperationException
28 * Constructs a new {@code InstantiationException} that includes the current
31 public InstantiationException() { method in class:InstantiationException
35 * Constructs a new {@code InstantiationException} with the current stack
41 public InstantiationException(String detailMessage) { method in class:InstantiationException
46 * Constructs a new {@code InstantiationException} with the current stack
52 InstantiationException(Class<?> clazz) { method in class:InstantiationException

Completed in 49 milliseconds