net.sf.jsefa.common.validator
Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.jsefa.common.validator.ValidationException
- All Implemented Interfaces:
- Serializable
public final class ValidationException
- extends RuntimeException
Exception thrown in case of a validation error.
- Author:
- Norman Lahme-Huetig
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ValidationException
public ValidationException(ValidationResult validationResult)
- Constructs a new
ValidationException
with the specified ValidationResult
.
- Parameters:
validationResult
- the validation result
getValidationResult
public ValidationResult getValidationResult()
- Returns:
- the validation result
Copyright © 2014. All rights reserved.