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, setStackTrace
public ValidationException(String message, String fieldName, ParamValue fieldValue)
Copyright © 2019 WSO2. All rights reserved.