ExceptionEntryMatchVariable Class

public final class ExceptionEntryMatchVariable
extends ExpandableStringEnum<ExceptionEntryMatchVariable>

The variable on which we evaluate the exception condition.

Field Summary

Modifier and Type Field and Description
static final ExceptionEntryMatchVariable REMOTE_ADDR

Static value RemoteAddr for ExceptionEntryMatchVariable.

static final ExceptionEntryMatchVariable REQUEST_HEADER

Static value RequestHeader for ExceptionEntryMatchVariable.

static final ExceptionEntryMatchVariable REQUEST_URI

Static value RequestURI for ExceptionEntryMatchVariable.

Constructor Summary

Constructor Description
ExceptionEntryMatchVariable()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ExceptionEntryMatchVariable value.

Method Summary

Modifier and Type Method and Description
static ExceptionEntryMatchVariable fromString(String name)

Creates or finds a ExceptionEntryMatchVariable from its string representation.

static Collection<ExceptionEntryMatchVariable> values()

Gets known ExceptionEntryMatchVariable values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

REMOTE_ADDR

public static final ExceptionEntryMatchVariable REMOTE_ADDR

Static value RemoteAddr for ExceptionEntryMatchVariable.

REQUEST_HEADER

public static final ExceptionEntryMatchVariable REQUEST_HEADER

Static value RequestHeader for ExceptionEntryMatchVariable.

REQUEST_URI

public static final ExceptionEntryMatchVariable REQUEST_URI

Static value RequestURI for ExceptionEntryMatchVariable.

Constructor Details

ExceptionEntryMatchVariable

@Deprecated
public ExceptionEntryMatchVariable()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ExceptionEntryMatchVariable value.

Method Details

fromString

public static ExceptionEntryMatchVariable fromString(String name)

Creates or finds a ExceptionEntryMatchVariable from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ExceptionEntryMatchVariable.

values

public static Collection values()

Gets known ExceptionEntryMatchVariable values.

Returns:

known ExceptionEntryMatchVariable values.

Applies to