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

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

Completed in 60 milliseconds