public class ScriptRuntimeException
extends java.lang.RuntimeException
| 限定符 | 构造器和说明 |
|---|---|
|
ScriptRuntimeException() |
|
ScriptRuntimeException(java.lang.String message) |
|
ScriptRuntimeException(java.lang.String message,
java.lang.Throwable cause) |
protected |
ScriptRuntimeException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
ScriptRuntimeException(java.lang.Throwable cause) |
public ScriptRuntimeException()
public ScriptRuntimeException(java.lang.String message)
public ScriptRuntimeException(java.lang.String message,
java.lang.Throwable cause)
public ScriptRuntimeException(java.lang.Throwable cause)
protected ScriptRuntimeException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Copyright © 2023. All rights reserved.