public class HandlerException extends Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
HandlerException.Action |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
HandlerException.Action |
getBehaviour() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HandlerException(HandlerException.Action behaviour)
public HandlerException(String message, HandlerException.Action behaviour)
public HandlerException(String message, Throwable cause, HandlerException.Action behaviour)
public HandlerException(Throwable cause, HandlerException.Action behaviour)
public HandlerException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, HandlerException.Action behaviour)
public HandlerException.Action getBehaviour()
Copyright © 2015. All rights reserved.