Home
last modified time | relevance | path

Searched refs:NULL_CAUSE_MESSAGE (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DThrowable.java222 private static final String NULL_CAUSE_MESSAGE = "Cannot suppress a null exception."; field in Throwable
916 throw new NullPointerException(NULL_CAUSE_MESSAGE); in readObject()
1035 throw new NullPointerException(NULL_CAUSE_MESSAGE); in addSuppressed()