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

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

public class IllegalFilterException
extends RuntimeException

Exception thrown when a Filter object is invalid while being manipulated by the data grid framework.

See Also:
Serialized Form

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

IllegalFilterException

public IllegalFilterException()
Default constructor


IllegalFilterException

public IllegalFilterException(String message)
Constructor with cause message

Parameters:
message -

IllegalFilterException

public IllegalFilterException(Throwable cause)
Constructor with cause

Parameters:
cause -

IllegalFilterException

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

Parameters:
message -
cause -