org.gcube.data.analysis.tabulardata.model.exceptions
Class NoSuchColumnException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.gcube.data.analysis.tabulardata.model.exceptions.NoSuchColumnException
- All Implemented Interfaces:
- Serializable
public class NoSuchColumnException
- extends IllegalArgumentException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchColumnException
public NoSuchColumnException(ColumnLocalId id)
NoSuchColumnException
public NoSuchColumnException(String name)
NoSuchColumnException
public NoSuchColumnException(ColumnLocalId id,
Table table)
NoSuchColumnException
public NoSuchColumnException(String name,
Table table)
Copyright © 2013. All Rights Reserved.