Package com.vaadin.v7.data.util.filter
Class UnsupportedFilterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.vaadin.v7.data.util.filter.UnsupportedFilterException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class UnsupportedFilterException extends RuntimeException
Deprecated.As of 8.0, no replacement available. SeeQuery.getFilter()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, anUnsupportedOperationExceptioncan be throws when attempting to perform filtering.- Since:
- 6.6
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedFilterException()Deprecated.UnsupportedFilterException(Exception cause)Deprecated.UnsupportedFilterException(String message)Deprecated.UnsupportedFilterException(String message, Exception cause)Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-