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:
de.xima.cmn.i18n.ILocalizedMessageProvider, 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 WorkflowProcessingException
getDefaultErrorCodeMethods inherited from class AbstractXfcException
getErrorCode, getExceptionData, getLocalizedMessage, getMessageKey, getMessageParamsMethods inherited from class 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
-
-
Method Details
-
getDefaultMessageKey
- Specified by:
getDefaultMessageKeyin interfaceIXfcException- Overrides:
getDefaultMessageKeyin classWorkflowProcessingException
-
getAllowedFileExtensions
-