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

/libcore/ojluni/src/main/java/java/lang/
H A DOutOfMemoryError.java33 * {@code OutOfMemoryError} objects may be constructed by the virtual
41 public class OutOfMemoryError extends VirtualMachineError { class in inherits:VirtualMachineError
45 * Constructs an {@code OutOfMemoryError} with no detail message.
47 public OutOfMemoryError() { method in class:OutOfMemoryError
52 * Constructs an {@code OutOfMemoryError} with the specified
57 public OutOfMemoryError(String s) { method in class:OutOfMemoryError

Completed in 37 milliseconds