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

/openjdk7/jdk/src/share/classes/java/lang/
H A DThrowable.java230 private static final String NULL_CAUSE_MESSAGE = "Cannot suppress a null exception."; field in class:Throwable
926 throw new NullPointerException(NULL_CAUSE_MESSAGE);
1046 throw new NullPointerException(NULL_CAUSE_MESSAGE);

Completed in 50 milliseconds