- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jdk.jshell.spi.ExecutionControl.ExecutionControlException
-
- jdk.jshell.spi.ExecutionControl.RunException
-
- All Implemented Interfaces:
-
Serializable
- 已知直接子类:
-
ExecutionControl.ResolutionException
,ExecutionControl.StoppedException
,ExecutionControl.UserException
- Enclosing interface:
- ExecutionControl
public abstract static class ExecutionControl.RunException extends ExecutionControl.ExecutionControlException
特定于运行用户代码的异常的抽象基础。- 另请参见:
- Serialized Form
-
-
方法摘要
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-