Searched defs:OutOfMemoryError (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/classes/java/lang/ | ||
H A D | OutOfMemoryError.java | 33 * {@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 40 milliseconds