Uses of Class
ag.smaser.trip.filefilter.FileFilterException
-
Uses of FileFilterException in ag.smaser.trip.filefilter
Methods in ag.smaser.trip.filefilter that throw FileFilterExceptionModifier and TypeMethodDescriptionFilterAdapter.checkConversion
(AdapterOutputType targetFormat, String filename) Checks if the file identified by the supplied file name can possibly be converted to the specified target format.abstract void
FilterAdapter.closeConversion
(Conversion conv) Called to end a conversion procedure.abstract void
FilterAdapter.convert
(Conversion conv, String filename) Perform the actual conversion.void
FilterAdapter.initializeAdapter
(long nativeinfo) Initializes the file filter adapter.abstract void
FilterAdapter.openConversion
(Conversion conv) Called to start a conversion procedure.final void
FilterAdapter.setAdapterProperty
(String name, String value) Called by the Connectivity Framework to assign a file filter property (as found in the configuration file for the adapter).final void
FilterAdapter.setConvertTextEncoding
(String encName) Called by the Connectivity Framework to assign an output encoding (charset) for text.final void
FilterAdapter.throwError
(FilterReturnCode code, String msg) Logs an error and throws it as an exception.final void
FilterAdapter.throwError
(FilterReturnCode code, String msg, Throwable cause) Logs an error and throws it as an exception.void
FilterAdapter.uninitializeAdapter()
Uninitializes the file filter adapter.