Uses of Class
jdk.jshell.spi.ExecutionControl.NotImplementedException
Packages that use ExecutionControl.NotImplementedException
Package
Description
Provides implementation support for building JShell execution engines.
Defines the Service Provider Interface for pluggable JShell execution engines.
- 
Uses of ExecutionControl.NotImplementedException in jdk.jshell.executionMethods in jdk.jshell.execution that throw ExecutionControl.NotImplementedExceptionModifier and TypeMethodDescriptionprotected voidDirectExecutionControl.classesRedefined(ExecutionControl.ClassBytecodes[] cbcs)Notify that classes have been redefined.voidDirectExecutionControl.load(ExecutionControl.ClassBytecodes[] cbcs)voidLoaderDelegate.load(ExecutionControl.ClassBytecodes[] cbcs)Attempts to load new classes.voidStreamingExecutionControl.load(ExecutionControl.ClassBytecodes[] cbcs)voidDirectExecutionControl.redefine(ExecutionControl.ClassBytecodes[] cbcs)voidRemoteExecutionControl.redefine(ExecutionControl.ClassBytecodes[] cbcs)Redefine processing on the remote end is only to register the redefined classesvoidStreamingExecutionControl.redefine(ExecutionControl.ClassBytecodes[] cbcs)
- 
Uses of ExecutionControl.NotImplementedException in jdk.jshell.spiMethods in jdk.jshell.spi that throw ExecutionControl.NotImplementedExceptionModifier and TypeMethodDescriptionvoidExecutionControl.load(ExecutionControl.ClassBytecodes[] cbcs)Attempts to load new classes.voidExecutionControl.redefine(ExecutionControl.ClassBytecodes[] cbcs)Attempts to redefine previously loaded classes.