Class ValidationSupport.ValidationResultException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- se.litsec.opensaml.common.validation.ValidationSupport.ValidationResultException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ValidationSupport
public static class ValidationSupport.ValidationResultException extends Exception
Exception class that should be used internally by validators to process errors.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidationResultException(ValidationResult result)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidationResult
getResult()
Returns the validation result.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ValidationResultException
public ValidationResultException(ValidationResult result)
Constructor.- Parameters:
result
- the validation result - must not beValidationResult.VALID
-
-
Method Detail
-
getResult
public ValidationResult getResult()
Returns the validation result.- Returns:
- the validation result
-
-