Package-level declarations

Types

Link copied to clipboard

用于 动态构建 Java/Kotlin 异常的接口。

Link copied to clipboard
interface ExceptionCatcher<T>

异常处理接口.

Link copied to clipboard
interface Exceptions : Variable

DSL 风格 提供 try-catch-finally、手动抛异常、构造脚本层 Throwable 对象等功能。 该组件作为 全局变量 注入脚本,名称固定为 exceptions,必须在脚本中通过 exceptions.xxx 显式调用。

Link copied to clipboard

在脚本中使用的异常.