Package org.openrefine.operations.exceptions
-
Exception Summary Exception Description ChangeDataFetchingException Exception thrown by operations while computing their associated change data, when they want the problem to halt all computations and report a message to the user.DuplicateColumnException IOOperationException Thrown by exceptions when they encounter an IO error while retrieving the statically computed data they require.MissingColumnException Exception thrown by an operation when the grid it is applied to misses a column.OperationException Exception thrown by an operation when it fails to apply.ParsingOperationException An exception thrown when aParsingException
is thrown from an expression relied on by the operation.