Searched refs:NullOutputException (Results 1 - 2 of 2) sorted by relevance

/external/guava/src/com/google/common/collect/
H A DNullOutputException.java26 class NullOutputException extends NullPointerException { class in inherits:NullPointerException
27 public NullOutputException(String s) { method in class:NullOutputException
H A DMapMaker.java611 throw new NullOutputException(message);
812 throw new NullOutputException(message);

Completed in 64 milliseconds