open class ValidationException : VertxException
This is the main class for every Validation flow related errors
Author
Francesco Guardiani @slinkydeveloper
class ErrorType
All errors type. You can get this values using |
|
open class ValidationExceptionFactory |
ValidationException(message: String, error: ErrorType)ValidationException(error: ErrorType)ValidationException(message: String) |
open fun parameterName(): String |
|
open fun setParameterName(parameterName: String): Unit |
|
open fun setValidationRule(validationRule: ParameterValidationRule): Unit |
|
open fun setValue(value: String): Unit |
|
open fun toString(): String |
|
open fun type(): ErrorType |
|
open fun validationRule(): ParameterValidationRule |
|
open fun value(): String |