public class ValidationException extends Exception
| Constructor and Description |
|---|
ValidationException(String message,
String fieldName,
ParamValue fieldValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName() |
ParamValue |
getFieldValue() |
String |
getValidationErrorMessage() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ValidationException(String message, String fieldName, ParamValue fieldValue)
Copyright © 2017 WSO2. All rights reserved.