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

/libcore/luni/src/main/java/java/lang/
H A DNullPointerException.java27 public class NullPointerException extends RuntimeException { class in inherits:RuntimeException
32 * Constructs a new {@code NullPointerException} that includes the current
35 public NullPointerException() { method in class:NullPointerException
39 * Constructs a new {@code NullPointerException} with the current stack
45 public NullPointerException(String detailMessage) { method in class:NullPointerException

Completed in 209 milliseconds