public class BHiveValidationException extends BHiveRuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.validation.Errors |
errors |
| Constructor and Description |
|---|
BHiveValidationException(org.springframework.validation.Errors errors) |
BHiveValidationException(String message) |
BHiveValidationException(String message,
org.springframework.validation.Errors errors) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.validation.Errors |
getErrors() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic BHiveValidationException(org.springframework.validation.Errors errors)
public BHiveValidationException(String message)
public BHiveValidationException(String message, org.springframework.validation.Errors errors)
Copyright © 2018. All rights reserved.