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

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

public class CellDecoratorException
extends RuntimeException

Exception thrown when an error occurs while rendering a CellDecorator.

See Also:
Serialized Form

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

CellDecoratorException

public CellDecoratorException()
Default constructor


CellDecoratorException

public CellDecoratorException(String message)
Constructor with cause message

Parameters:
message -

CellDecoratorException

public CellDecoratorException(Throwable cause)
Constructor with cause

Parameters:
cause -

CellDecoratorException

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

Parameters:
message -
cause -