public abstract class AbstractException extends RuntimeException
| Constructor and Description |
|---|
AbstractException() |
AbstractException(String message) |
AbstractException(String message,
Throwable cause) |
AbstractException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(String key,
Object value) |
String |
getDescription() |
<E> E |
getParameter(String key) |
Map<String,Object> |
getParameters() |
Throwable |
getThrowableToLog() |
String |
getTitle() |
Boolean |
hasParameter(String key) |
Boolean |
isTrackable() |
void |
setDescription(String description) |
void |
setTitle(String title) |
void |
setTrackable(Boolean trackable) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AbstractException()
public AbstractException(String message)
public AbstractException(Throwable cause)
cause - public <E> E getParameter(String key)
public String getTitle()
public void setTitle(String title)
title - the title to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic Boolean isTrackable()
public void setTrackable(Boolean trackable)
public Throwable getThrowableToLog()
Copyright © 2014. All rights reserved.