org.gcube.data.analysis.tabulardata.model.exceptions
Class NoSuchColumnException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by org.gcube.data.analysis.tabulardata.model.exceptions.NoSuchColumnException
All Implemented Interfaces:
Serializable

public class NoSuchColumnException
extends IllegalArgumentException

See Also:
Serialized Form

Constructor Summary
NoSuchColumnException(ColumnLocalId id)
           
NoSuchColumnException(ColumnLocalId id, Table table)
           
NoSuchColumnException(String name)
           
NoSuchColumnException(String name, Table table)
           
 
Method Summary
 
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

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.