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. This exception could result for many reasons all of which are related to configuring data grid features.

See Also:
Serialized Form

Constructor Summary
DataGridExtensionException()
          Default constructor
DataGridExtensionException(String message)
          Constructor with cause message
DataGridExtensionException(String message, Throwable cause)
          Constructor with cause and message
DataGridExtensionException(Throwable cause)
          Constructor with 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()
Default constructor


DataGridExtensionException

public DataGridExtensionException(String message)
Constructor with cause message

Parameters:
message -

DataGridExtensionException

public DataGridExtensionException(Throwable cause)
Constructor with cause

Parameters:
cause -

DataGridExtensionException

public DataGridExtensionException(String message,
                                  Throwable cause)
Constructor with cause and message