| Package | Description |
|---|---|
| org.projectodd.jrapidoc.model.handler |
| Modifier and Type | Method and Description |
|---|---|
HandlerException.Action |
HandlerException.getBehaviour() |
static HandlerException.Action |
HandlerException.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HandlerException.Action[] |
HandlerException.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
HandlerException(HandlerException.Action behaviour) |
HandlerException(String message,
HandlerException.Action behaviour) |
HandlerException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
HandlerException.Action behaviour) |
HandlerException(String message,
Throwable cause,
HandlerException.Action behaviour) |
HandlerException(Throwable cause,
HandlerException.Action behaviour) |
Copyright © 2015. All rights reserved.