Uses of Class
cloud.opencode.base.expression.sandbox.SandboxException
Packages that use SandboxException
-
Uses of SandboxException in cloud.opencode.base.expression.sandbox
Methods in cloud.opencode.base.expression.sandbox that return SandboxExceptionModifier and TypeMethodDescriptionstatic SandboxExceptionSandboxException.classNotAllowed(Class<?> clazz) Create exception for denied class access 创建拒绝类访问的异常static SandboxExceptionSandboxException.classNotAllowed(String className) Create exception for denied class access 创建拒绝类访问的异常static SandboxExceptionSandboxException.depthLimitExceeded(int maxDepth) Create exception for depth limit exceeded 创建深度限制超出异常static SandboxExceptionSandboxException.expressionTooLong(int maxLength, int actualLength) Create exception for expression length exceeded 创建表达式长度超出异常static SandboxExceptionSandboxException.functionNotAllowed(String functionName) Create exception for denied function access 创建拒绝函数访问的异常static SandboxExceptionSandboxException.iterationLimitExceeded(int maxIterations) Create exception for iteration limit exceeded 创建迭代限制超出异常static SandboxExceptionSandboxException.methodNotAllowed(String methodName) Create exception for denied method access 创建拒绝方法访问的异常static SandboxExceptionSandboxException.methodNotAllowed(String className, String methodName) Create exception for denied method access with class context 创建带类上下文的拒绝方法访问异常static SandboxExceptionSandboxException.propertyNotAllowed(String propertyName) Create exception for denied property access 创建拒绝属性访问的异常static SandboxExceptionSandboxException.timeout(long timeoutMs) Create exception for execution timeout 创建执行超时异常