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

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

Completed in 32 milliseconds