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

/libcore/luni/src/main/java/java/lang/
H A DStackOverflowError.java26 public class StackOverflowError extends VirtualMachineError { class in inherits:VirtualMachineError
31 * Constructs a new {@code StackOverflowError} that includes the current
34 public StackOverflowError() { method in class:StackOverflowError
38 * Constructs a new {@code StackOverflowError} with the current stack trace
44 public StackOverflowError(String detailMessage) { method in class:StackOverflowError

Completed in 40 milliseconds