Class ExceptionFactory.IntegrityCheckResult
java.lang.Object
com.lexmark.saperion.exceptions.mappings.ExceptionFactory.IntegrityCheckResult
- Enclosing interface:
- ExceptionFactory<T extends Exception>
Result for a exception factory integrity checks.
- Author:
- owaeldrich
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the integrity check violations.boolean
isValid()
Returnstrue
if the integrity check succeeded.
-
Constructor Details
-
IntegrityCheckResult
public IntegrityCheckResult(boolean result) Creates an integrity check result.- Parameters:
result
- the
-
-
Method Details
-
getViolations
Returns the integrity check violations.- Returns:
- the integrity check violations
-
isValid
public boolean isValid()Returnstrue
if the integrity check succeeded.- Returns:
- the integrity check result
-