Package java.lang

Class InternalError

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ZipError

public class InternalError
extends VirtualMachineError
Thrown when the VM notices that it has gotten into an undefined state.
See Also:
Serialized Form
  • Constructor Details

    • InternalError

      public InternalError()
      Constructs a new InternalError that includes the current stack trace.
    • InternalError

      public InternalError​(String detailMessage)
      Constructs a new InternalError with the current stack trace and the specified detail message.
      Parameters:
      detailMessage - the detail message for this error.