Package de.xima.fc.exceptions
Class FileFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.exceptions.AbstractXfcException
de.xima.fc.exceptions.WorkflowProcessingException
de.xima.fc.exceptions.FileFormatException
- All Implemented Interfaces:
IXfcException,Serializable
A particular
IOException caused by an invalid file format- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFileFormatException(String[] allowedFileExtensions) Creates aFileFormatExceptionFileFormatException(String[] allowedFileExtensions, Throwable cause) -
Method Summary
Methods inherited from class de.xima.fc.exceptions.WorkflowProcessingException
getDefaultErrorCodeMethods inherited from class de.xima.fc.exceptions.AbstractXfcException
getErrorCode, getExceptionData, getLocalizedMessage, getMessageKey, getMessageParamsMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileFormatException
Creates aFileFormatException- Parameters:
allowedFileExtensions- an array of all allowed extensions
-
FileFormatException
- Parameters:
allowedFileExtensions- an array of all allowed extensionscause- aThrowable
-
-
Method Details
-
getDefaultMessageKey
- Specified by:
getDefaultMessageKeyin interfaceIXfcException- Overrides:
getDefaultMessageKeyin classWorkflowProcessingException
-
getAllowedFileExtensions
-