- 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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ClassInstallException(String message, boolean[] installed) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean[]installed()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 Detail
- 
ClassInstallException
public ClassInstallException(String message, boolean[] installed)
 
 - 
 
- 
Method Detail
- 
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 --trueif installed 
 
 - 
 
 -