Uses of Enum Class
com.documentum.fc.client.search.filter.DfFilterException.FilterExceptionType
Packages that use DfFilterException.FilterExceptionType
Package
Description
This package contains interfaces to provide search services filters.
-
Uses of DfFilterException.FilterExceptionType in com.documentum.fc.client.search.filter
Methods in com.documentum.fc.client.search.filter that return DfFilterException.FilterExceptionTypeModifier and TypeMethodDescriptionDfFilterException.getErrorType()Returns the enum constant of this class with the specified name.DfFilterException.FilterExceptionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.documentum.fc.client.search.filter with parameters of type DfFilterException.FilterExceptionTypeModifierConstructorDescriptionDfFilterException(DfFilterException.FilterExceptionType errorType, String message) DfFilterException(DfFilterException.FilterExceptionType errorType, String message, Throwable cause) DfFilterException(DfFilterException.FilterExceptionType errorType, Throwable cause)