public class BadParamException extends RuntimeException
| 构造器和说明 |
|---|
BadParamException() |
BadParamException(String string) |
BadParamException(String string,
Throwable throwable) |
BadParamException(Throwable throwable) |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> BadParamException |
instanceHibernateVerity(Set<javax.validation.ConstraintViolation<T>> errors)
build hibernate verify exception
|
boolean |
isValidated() |
void |
setValidated(boolean validated) |
public BadParamException()
public BadParamException(String string)
public BadParamException(Throwable throwable)
public static <T> BadParamException instanceHibernateVerity(Set<javax.validation.ConstraintViolation<T>> errors)
public boolean isValidated()
public void setValidated(boolean validated)
Copyright © 2022. All rights reserved.