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

/libcore/luni/src/main/java/java/lang/
H A DInternalError.java23 public class InternalError extends VirtualMachineError { class in inherits:VirtualMachineError
28 * Constructs a new {@code InternalError} that includes the current stack
31 public InternalError() { method in class:InternalError
35 * Constructs a new {@code InternalError} with the current stack trace and
41 public InternalError(String detailMessage) { method in class:InternalError

Completed in 53 milliseconds