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 voidFilterAdapter.closeConversion(Conversion conv) Called to end a conversion procedure.abstract voidFilterAdapter.convert(Conversion conv, String filename) Perform the actual conversion.voidFilterAdapter.initializeAdapter(long nativeinfo) Initializes the file filter adapter.abstract voidFilterAdapter.openConversion(Conversion conv) Called to start a conversion procedure.final voidFilterAdapter.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 voidFilterAdapter.setConvertTextEncoding(String encName) Called by the Connectivity Framework to assign an output encoding (charset) for text.final voidFilterAdapter.throwError(FilterReturnCode code, String msg) Logs an error and throws it as an exception.final voidFilterAdapter.throwError(FilterReturnCode code, String msg, Throwable cause) Logs an error and throws it as an exception.voidFilterAdapter.uninitializeAdapter()Uninitializes the file filter adapter.