Class DuplicateColumnException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- org.openrefine.operations.exceptions.OperationException
 - 
- org.openrefine.operations.exceptions.DuplicateColumnException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class DuplicateColumnException extends OperationException
- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
- 
Fields inherited from class org.openrefine.operations.exceptions.OperationException
code 
 - 
 
- 
Constructor Summary
Constructors Constructor Description DuplicateColumnException(String columnName) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetColumnName()- 
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 
 - 
 
 -