org.gcube.data.analysis.tabulardata.operation.worker.exceptions
Class OperationNotEligibleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gcube.data.analysis.tabulardata.operation.worker.exceptions.OperationNotEligibleException
All Implemented Interfaces:
Serializable

public class OperationNotEligibleException
extends Exception

See Also:
Serialized Form

Constructor Summary
OperationNotEligibleException()
          Deprecated. 
OperationNotEligibleException(String reason)
           
OperationNotEligibleException(org.gcube.data.analysis.tabulardata.model.table.TableId tableId, org.gcube.data.analysis.tabulardata.model.column.ColumnLocalId columnId, String reason)
           
OperationNotEligibleException(org.gcube.data.analysis.tabulardata.model.table.TableId tableId, String reason)
           
 
Method Summary
 org.gcube.data.analysis.tabulardata.model.column.ColumnLocalId getColumnId()
           
 String getReason()
           
 org.gcube.data.analysis.tabulardata.model.table.TableId getTableId()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperationNotEligibleException

@Deprecated
public OperationNotEligibleException()
Deprecated. 


OperationNotEligibleException

public OperationNotEligibleException(String reason)

OperationNotEligibleException

public OperationNotEligibleException(org.gcube.data.analysis.tabulardata.model.table.TableId tableId,
                                     String reason)

OperationNotEligibleException

public OperationNotEligibleException(org.gcube.data.analysis.tabulardata.model.table.TableId tableId,
                                     org.gcube.data.analysis.tabulardata.model.column.ColumnLocalId columnId,
                                     String reason)
Method Detail

getReason

public String getReason()

getTableId

public org.gcube.data.analysis.tabulardata.model.table.TableId getTableId()

getColumnId

public org.gcube.data.analysis.tabulardata.model.column.ColumnLocalId getColumnId()


Copyright © 2013. All Rights Reserved.