Module jdk.jshell

Class ExecutionControl.ClassInstallException

All Implemented Interfaces:
Serializable
Enclosing interface:
ExecutionControl

public static class ExecutionControl.ClassInstallException extends ExecutionControl.ExecutionControlException
A class install (load or redefine) encountered a problem.
See Also:
Serialized Form
  • Constructor Details

    • ClassInstallException

      public ClassInstallException(String message, boolean[] installed)
  • Method Details

    • installed

      public boolean[] installed()
      Indicates which of the passed classes were successfully loaded/redefined.
      Returns:
      a one-to-one array with the ExecutionControl.ClassBytecodes[] array -- true if installed