Package net.sf.okapi.common.exceptions
Exceptions shared across the Okapi Framework core components.
This package includes various exceptions that are shared across the packages of the framework.
-
Exception Summary Exception Description OkapiBadFilterInputException Signals that a filter had an error when trying to open its input.OkapiBadFilterParametersException Signals that filter parameters are either null or not an instance of the expected class.OkapiBadStepInputException Signals that a step had an error when trying to open its input.OkapiEditorCreationException Signals that an editor could not be created.OkapiEncryptedDataException Signals that a filter has encountered encrypted data.OkapiException Base exception for all Okapi exceptionsOkapiFileNotFoundException Signals that a document could not be found.OkapiFilterCreationException Signals that a filter could not be created.OkapiIllegalFilterOperationException Signals a general error related to a filter operation.OkapiIOException Signals a general IO error.OkapiMergeException Signals that there was some error with merging.OkapiMisAlignmentException Signals a misalignment problem in the segments of a text unit.OkapiNotImplementedException Signals that a non-implemented method was called, or a non-implemented feature was invoked.OkapiUnexpectedResourceTypeException Signals that a method has returned a resource in an unexpected type.OkapiUnexpectedRevisionException Signals that a filter has encountered an unexpected revision information.OkapiUnsupportedEncodingException Signals that a given character set encoding is not supported by the current system.OkapiUserCanceledException