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

/openjdk10/jdk/src/java.base/share/classes/java/lang/
H A DNegativeArraySizeException.java35 class NegativeArraySizeException extends RuntimeException { class in inherits:RuntimeException
42 public NegativeArraySizeException() { method in class:NegativeArraySizeException
52 public NegativeArraySizeException(String s) { method in class:NegativeArraySizeException

Completed in 31 milliseconds