Class MissingColumnException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openrefine.operations.exceptions.OperationException
-
- org.openrefine.operations.exceptions.MissingColumnException
-
- All Implemented Interfaces:
Serializable
public class MissingColumnException extends OperationException
Exception thrown by an operation when the grid it is applied to misses a column.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openrefine.operations.exceptions.OperationException
code
-
-
Constructor Summary
Constructors Constructor Description MissingColumnException(String columnName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getColumnName()
-
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
-
-