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

/libcore/ojluni/src/main/java/java/lang/
H A DNullPointerException.java44 * {@code NullPointerException} objects may be constructed by the
53 class NullPointerException extends RuntimeException { class in inherits:RuntimeException
57 * Constructs a {@code NullPointerException} with no detail message.
59 public NullPointerException() { method in class:NullPointerException
64 * Constructs a {@code NullPointerException} with the specified
69 public NullPointerException(String s) { method in class:NullPointerException

Completed in 694 milliseconds