java.lang.Object
java.lang.Throwable
java.lang.Exception
jdk.jshell.spi.ExecutionControl.ExecutionControlException
jdk.jshell.spi.ExecutionControl.RunException
jdk.jshell.spi.ExecutionControl.UserException
- 所有已实现的接口:
-
Serializable
- 封装的接口:
-
ExecutionControl
发生了一个“正常”用户异常。
- 参见:
-
Constructor Summary
ConstructorDescriptionUserException
(String message, String causeExceptionClass, StackTraceElement[] stackElements) -
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserException
-
-
Method Details
-
causeExceptionClass
返回用户异常的类。- 返回:
- 用户异常类的名称
-