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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionboolean[]Indicates which of the passed classes were successfully loaded/redefined.Methods declared in class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ClassInstallException
 
- 
- 
Method Details- 
installedpublic 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
 
 
-