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