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

/libcore/ojluni/src/main/java/java/lang/
H A DNegativeArraySizeException.java35 class NegativeArraySizeException extends RuntimeException { class in inherits:RuntimeException
39 * Constructs a <code>NegativeArraySizeException</code> with no
42 public NegativeArraySizeException() { method in class:NegativeArraySizeException
47 * Constructs a <code>NegativeArraySizeException</code> with the
52 public NegativeArraySizeException(String s) { method in class:NegativeArraySizeException

Completed in 70 milliseconds