| Package | Description |
|---|---|
| org.apache.wicket.settings |
| Modifier and Type | Method and Description |
|---|---|
ExceptionSettings.ThreadDumpStrategy |
ExceptionSettings.getThreadDumpStrategy() |
static ExceptionSettings.ThreadDumpStrategy |
ExceptionSettings.ThreadDumpStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExceptionSettings.ThreadDumpStrategy[] |
ExceptionSettings.ThreadDumpStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ExceptionSettings |
ExceptionSettings.setThreadDumpStrategy(ExceptionSettings.ThreadDumpStrategy strategy)
Sets the strategy to use for dumping stack traces of live threads in the JVM.
|
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.