Class IOOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openrefine.operations.exceptions.OperationException
-
- org.openrefine.operations.exceptions.IOOperationException
-
- All Implemented Interfaces:
Serializable
public class IOOperationException extends OperationException
Thrown by exceptions when they encounter an IO error while retrieving the statically computed data they require.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openrefine.operations.exceptions.OperationException
code
-
-
Constructor Summary
Constructors Constructor Description IOOperationException(IOException e)
-
Method Summary
-
Methods inherited from class org.openrefine.operations.exceptions.OperationException
getCode, getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IOOperationException
public IOOperationException(IOException e)
-
-