org.gcube.data.analysis.tabulardata.cube.metadata.exceptions
Class NoSuchTableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gcube.data.analysis.tabulardata.cube.metadata.exceptions.NoSuchTableException
All Implemented Interfaces:
Serializable

public class NoSuchTableException
extends Exception

See Also:
Serialized Form

Constructor Summary
NoSuchTableException(long id)
           
NoSuchTableException(long id, org.gcube.data.analysis.tabulardata.model.table.TableType type)
           
 
Method Summary
 long getId()
           
 org.gcube.data.analysis.tabulardata.model.table.TableType getType()
           
 
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

NoSuchTableException

public NoSuchTableException(long id)

NoSuchTableException

public NoSuchTableException(long id,
                            org.gcube.data.analysis.tabulardata.model.table.TableType type)
Method Detail

getId

public long getId()

getType

public org.gcube.data.analysis.tabulardata.model.table.TableType getType()


Copyright © 2014. All Rights Reserved.