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

/dalvik/libcore/luni/src/main/java/java/lang/
H A DNegativeArraySizeException.java24 public class NegativeArraySizeException extends RuntimeException { class in inherits:RuntimeException
29 * Constructs a new {@code NegativeArraySizeException} that includes the
32 public NegativeArraySizeException() { method in class:NegativeArraySizeException
37 * Constructs a new {@code NegativeArraySizeException} with the current
43 public NegativeArraySizeException(String detailMessage) { method in class:NegativeArraySizeException

Completed in 72 milliseconds