-
public final class DocumentValidationResult.Error extends DocumentValidationResult
An unknown error occurred during validation.
-
-
Field Summary
Fields Modifier and Type Field Description private final Throwableexceptionprivate final StringerrorMessage
-
Constructor Summary
Constructors Constructor Description DocumentValidationResult.Error(Throwable exception, String errorMessage)
-
Method Summary
Modifier and Type Method Description final ThrowablegetException()final StringgetErrorMessage()-
-
Method Detail
-
getException
final Throwable getException()
-
getErrorMessage
final String getErrorMessage()
-
-
-
-