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 aFileFormatException
FileFormatException
(String[] allowedFileExtensions, Throwable cause) -
Method Summary
Methods inherited from class de.xima.fc.exceptions.WorkflowProcessingException
getDefaultErrorCode
Methods inherited from class de.xima.fc.exceptions.AbstractXfcException
getErrorCode, getExceptionData, getLocalizedMessage, getMessageKey, getMessageParams
Methods 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:
getDefaultMessageKey
in interfaceIXfcException
- Overrides:
getDefaultMessageKey
in classWorkflowProcessingException
-
getAllowedFileExtensions
-