com.vaadin.data.util.filter
Class UnsupportedFilterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.vaadin.data.util.filter.UnsupportedFilterException
All Implemented Interfaces:
Serializable

public class UnsupportedFilterException
extends RuntimeException
implements Serializable

Exception for cases where a container does not support a specific type of filters. If possible, this should be thrown already when adding a filter to a container. If a problem is not detected at that point, an UnsupportedOperationException can be throws when attempting to perform filtering.

Since:
6.6
See Also:
Serialized Form

Constructor Summary
UnsupportedFilterException()
           
UnsupportedFilterException(Exception cause)
           
UnsupportedFilterException(String message)
           
UnsupportedFilterException(String message, Exception cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedFilterException

public UnsupportedFilterException()

UnsupportedFilterException

public UnsupportedFilterException(String message)

UnsupportedFilterException

public UnsupportedFilterException(Exception cause)

UnsupportedFilterException

public UnsupportedFilterException(String message,
                                  Exception cause)


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.