public static enum ExceptionHandlingComponent.ExtensionPoint extends Enum<ExceptionHandlingComponent.ExtensionPoint>
Enum Constant and Description |
---|
errorhandlers |
exceptionhandler |
listener |
requestdump |
Modifier and Type | Method and Description |
---|---|
static ExceptionHandlingComponent.ExtensionPoint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExceptionHandlingComponent.ExtensionPoint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExceptionHandlingComponent.ExtensionPoint exceptionhandler
public static final ExceptionHandlingComponent.ExtensionPoint errorhandlers
public static final ExceptionHandlingComponent.ExtensionPoint requestdump
public static final ExceptionHandlingComponent.ExtensionPoint listener
public static ExceptionHandlingComponent.ExtensionPoint[] values()
for (ExceptionHandlingComponent.ExtensionPoint c : ExceptionHandlingComponent.ExtensionPoint.values()) System.out.println(c);
public static ExceptionHandlingComponent.ExtensionPoint valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2015 Nuxeo SA. All rights reserved.