Package java.lang

Class VirtualMachineError

    • Constructor Detail

      • VirtualMachineError

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

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