- 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 SummaryConstructors Constructor Description ClassInstallException(String message, boolean[] installed)
 - 
Method SummaryAll 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.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ClassInstallExceptionpublic ClassInstallException(String message, boolean[] installed) 
 
- 
 - 
Method Detail- 
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
 
 
- 
 
-