Class ParsingOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openrefine.operations.exceptions.OperationException
-
- org.openrefine.operations.exceptions.ParsingOperationException
-
- All Implemented Interfaces:
Serializable
public class ParsingOperationException extends OperationException
An exception thrown when aParsingException
is thrown from an expression relied on by the operation.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openrefine.operations.exceptions.OperationException
code
-
-
Constructor Summary
Constructors Constructor Description ParsingOperationException(ParsingException cause)
-
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
-
ParsingOperationException
public ParsingOperationException(ParsingException cause)
-
-