Package net.sf.okapi.common.exceptions

Exceptions shared across the Okapi Framework core components.

See:
          Description

Exception Summary
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.
OkapiFileNotFoundException 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.
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.
OkapiUnsupportedEncodingException Signals that a given character set encoding is not supported by the current system.
 

Package net.sf.okapi.common.exceptions Description

Exceptions shared across the Okapi Framework core components.

This package includes various exceptions that are shared across the packages of the framework.