public class ValidatorException
extends org.noear.solon.core.exception.StatusException
| Constructor and Description |
|---|
ValidatorException(int code,
String message,
Annotation annotation,
org.noear.solon.core.handle.Result result) |
ValidatorException(int code,
String message,
Annotation annotation,
org.noear.solon.core.handle.Result result,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
Annotation |
getAnnotation()
获取触发的注解
|
Method |
getMethod()
获取触发函数
|
org.noear.solon.core.handle.Result |
getResult()
获取结果
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValidatorException(int code,
String message,
Annotation annotation,
org.noear.solon.core.handle.Result result)
public ValidatorException(int code,
String message,
Annotation annotation,
org.noear.solon.core.handle.Result result,
Method method)
public Method getMethod()
public Annotation getAnnotation()
public org.noear.solon.core.handle.Result getResult()
Copyright © 2025. All rights reserved.