-
- All Implemented Interfaces:
-
java.io.Serializable
public class ImportedFileValidationException extends Exception
Thrown when a file failed validation.
Call getValidationError to find out the failure reason.
-
-
Constructor Summary
Constructors Constructor Description ImportedFileValidationException(FileImportValidator.Error error)ImportedFileValidationException(String message)
-
Method Summary
Modifier and Type Method Description FileImportValidator.ErrorgetValidationError()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ImportedFileValidationException
ImportedFileValidationException(FileImportValidator.Error error)
-
ImportedFileValidationException
ImportedFileValidationException(String message)
-
-
Method Detail
-
getValidationError
@Nullable() FileImportValidator.Error getValidationError()
-
-
-
-