Class ExceptionFactory.IntegrityCheckResult
- java.lang.Object
-
- com.lexmark.saperion.exceptions.mappings.ExceptionFactory.IntegrityCheckResult
-
- Enclosing interface:
- ExceptionFactory<T extends java.lang.Exception>
public static class ExceptionFactory.IntegrityCheckResult extends java.lang.ObjectResult for a exception factory integrity checks.- Author:
- owaeldrich
-
-
Constructor Summary
Constructors Constructor Description IntegrityCheckResult(boolean result)Creates an integrity check result.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getViolations()Returns the integrity check violations.booleanisValid()Returnstrueif the integrity check succeeded.
-