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