クラスの使用
jdk.jshell.spi.ExecutionControl.ExecutionControlException
-
ExecutionControl.ExecutionControlExceptionを使用するパッケージ パッケージ 説明 jdk.jshell.spi プラガブルなJShell実行エンジンのサービス・プロバイダ・インタフェースを定義します。 -
-
jdk.jshell.spiでのExecutionControl.ExecutionControlExceptionの使用
jdk.jshell.spi内のExecutionControl.ExecutionControlExceptionのサブクラス 修飾子と型 クラス 説明 static classExecutionControl.ClassInstallExceptionクラス・インストール(ロードまたは再定義)で問題が発生しました。static classExecutionControl.EngineTerminationException禁止されていない実行エンジンの終了が発生しました。static classExecutionControl.InternalException内部的な問題が発生しました。static classExecutionControl.NotImplementedExceptionコマンドは実装されていません。static classExecutionControl.ResolutionException未解決の参照を含むDeclarationSnippetが検出されたことを示す例外。static classExecutionControl.RunException実行中のユーザー・コードに固有の例外抽象ベース。static classExecutionControl.StoppedExceptionstatic classExecutionControl.UserException通常のユーザー例外が発生しました。
-