public static enum ExceptionSettings.NotRenderableErrorStrategy extends Enum<ExceptionSettings.NotRenderableErrorStrategy>
setRenderBodyOnly(true)
or used with <wicket:xyz>) is also asked to output a
markup id
or
placeholder tag
Enum Constant and Description |
---|
LOG_WARNING
Log a message with level
WARNING |
THROW_EXCEPTION
Throw a runtime exception
|
Modifier and Type | Method and Description |
---|---|
static ExceptionSettings.NotRenderableErrorStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExceptionSettings.NotRenderableErrorStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExceptionSettings.NotRenderableErrorStrategy LOG_WARNING
WARNING
public static final ExceptionSettings.NotRenderableErrorStrategy THROW_EXCEPTION
public static ExceptionSettings.NotRenderableErrorStrategy[] values()
for (ExceptionSettings.NotRenderableErrorStrategy c : ExceptionSettings.NotRenderableErrorStrategy.values()) System.out.println(c);
public static ExceptionSettings.NotRenderableErrorStrategy 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 © 2006–2022 Apache Software Foundation. All rights reserved.