java.lang.Object
java.lang.Throwable
java.lang.Exception
jdk.jshell.spi.ExecutionControl.ExecutionControlException
jdk.jshell.spi.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:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean[]
Indicates which of the passed classes were successfully loaded/redefined.Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClassInstallException
-
-
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
-