public static enum DfFilterException.FilterExceptionType extends java.lang.Enum<DfFilterException.FilterExceptionType>
Enum Constant and Description |
---|
FACET_DEFINITION_ERROR |
LOGINFAILED |
NOTCONSTRAINED |
QUERY_SYNTAX_NOT_VALID |
TYPE_NOT_SUPPORTED |
UNSUPPORTED_ATTRIBUTE_ERROR |
WILDCARD_SYNTAX_ERROR |
Modifier and Type | Method and Description |
---|---|
int |
getEventErrorCode() |
static DfFilterException.FilterExceptionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DfFilterException.FilterExceptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DfFilterException.FilterExceptionType NOTCONSTRAINED
IDfQueryEvent.NOTCONSTRAINED
public static final DfFilterException.FilterExceptionType LOGINFAILED
IDfQueryEvent.LOGINFAILED
public static final DfFilterException.FilterExceptionType TYPE_NOT_SUPPORTED
IDfQueryEvent.TYPE_NOT_SUPPORTED
public static final DfFilterException.FilterExceptionType QUERY_SYNTAX_NOT_VALID
IDfQueryEvent.QUERY_SYNTAX_NOT_VALID
public static final DfFilterException.FilterExceptionType WILDCARD_SYNTAX_ERROR
IDfQueryEvent.WILDCARD_SYNTAX_ERROR
public static final DfFilterException.FilterExceptionType UNSUPPORTED_ATTRIBUTE_ERROR
public static final DfFilterException.FilterExceptionType FACET_DEFINITION_ERROR
IDfQueryEvent.FACET_DEFINITION_ERROR
public static DfFilterException.FilterExceptionType[] values()
for (DfFilterException.FilterExceptionType c : DfFilterException.FilterExceptionType.values()) System.out.println(c);
public static DfFilterException.FilterExceptionType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getEventErrorCode()
Copyright 1994-2023 OpenText Corporation. All rights reserved.