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

See Also:
Serialized Form

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

IllegalFilterException

public IllegalFilterException()

IllegalFilterException

public IllegalFilterException(String message)

IllegalFilterException

public IllegalFilterException(Throwable cause)

IllegalFilterException

public IllegalFilterException(String message,
                              Throwable cause)