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

See Also:
Serialized Form

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

CellDecoratorException

public CellDecoratorException()

CellDecoratorException

public CellDecoratorException(String message)

CellDecoratorException

public CellDecoratorException(Throwable cause)

CellDecoratorException

public CellDecoratorException(String message,
                              Throwable cause)