org.apache.beehive.netui.databinding.datagrid.api.exceptions
Class DataGridExtensionException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by DataGridExtensionException
All Implemented Interfaces:
Serializable

public class DataGridExtensionException
extends RuntimeException

Exception thrown when an error occurs while extending the data grid.

See Also:
Serialized Form

Constructor Summary
DataGridExtensionException()
           
DataGridExtensionException(String message)
           
DataGridExtensionException(String message, Throwable cause)
           
DataGridExtensionException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataGridExtensionException

public DataGridExtensionException()

DataGridExtensionException

public DataGridExtensionException(String message)

DataGridExtensionException

public DataGridExtensionException(Throwable cause)

DataGridExtensionException

public DataGridExtensionException(String message,
                                  Throwable cause)