public class ValidateException extends Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
ValidateException.FailureType |
| Modifier and Type | Field and Description |
|---|---|
protected Object |
failedBean |
protected String |
failedPropertyName |
protected ValidateException.FailureType |
failureType |
| Constructor and Description |
|---|
ValidateException(String msg,
String failedPropertyName,
Object failedBean) |
ValidateException(String msg,
ValidateException.FailureType ft,
String failedPropertyName,
Object failedBean) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getFailedBean() |
String |
getFailedPropertyName() |
ValidateException.FailureType |
getFailureType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected Object failedBean
protected String failedPropertyName
protected ValidateException.FailureType failureType
public ValidateException(String msg, String failedPropertyName, Object failedBean)
public ValidateException(String msg, ValidateException.FailureType ft, String failedPropertyName, Object failedBean)
public String getFailedPropertyName()
public Object getFailedBean()
public ValidateException.FailureType getFailureType()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.