|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectairbrake.AirbrakeNoticeBuilder
public class AirbrakeNoticeBuilder
Constructor Summary | |
---|---|
AirbrakeNoticeBuilder(String apiKey,
Backtrace backtraceBuilder,
Throwable throwable,
String env)
|
|
AirbrakeNoticeBuilder(String apiKey,
String errorMessage)
|
|
AirbrakeNoticeBuilder(String apiKey,
String errorMessage,
String env)
|
|
AirbrakeNoticeBuilder(String apiKey,
Throwable throwable)
|
|
AirbrakeNoticeBuilder(String apiKey,
Throwable throwable,
String env)
|
|
AirbrakeNoticeBuilder(String apiKey,
Throwable throwable,
String projectRoot,
String env)
|
Method Summary | |
---|---|
protected void |
addSessionKey(String key,
Object value)
|
protected void |
backtrace(Backtrace backtrace)
An array where each element is a line of the backtrace (required, but can be empty). |
protected void |
ec2EnvironmentFilters()
|
protected void |
environment(Map<String,Object> environment)
A hash of the environment data that existed when the error occurred (required, but can be empty). |
protected void |
environment(Properties properties)
|
void |
environmentFilter(String filter)
|
protected boolean |
errorClassIs(String possibleErrorClass)
|
protected void |
filteredSystemProperties()
|
AirbrakeNotice |
newNotice()
|
protected void |
projectRoot(String projectRoot)
|
protected void |
request(Map<String,Object> request)
A hash of the request parameters that were given when the error occurred (required, but can be empty). |
protected void |
session(Map<String,Object> session)
A hash of the session data that existed when the error occurred (required, but can be empty). |
protected void |
setRequest(String url,
String component)
|
protected void |
standardEnvironmentFilters()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AirbrakeNoticeBuilder(String apiKey, Backtrace backtraceBuilder, Throwable throwable, String env)
public AirbrakeNoticeBuilder(String apiKey, String errorMessage)
public AirbrakeNoticeBuilder(String apiKey, String errorMessage, String env)
public AirbrakeNoticeBuilder(String apiKey, Throwable throwable)
public AirbrakeNoticeBuilder(String apiKey, Throwable throwable, String env)
public AirbrakeNoticeBuilder(String apiKey, Throwable throwable, String projectRoot, String env)
Method Detail |
---|
protected void addSessionKey(String key, Object value)
protected void backtrace(Backtrace backtrace)
protected void ec2EnvironmentFilters()
protected void environment(Map<String,Object> environment)
protected void environment(Properties properties)
public void environmentFilter(String filter)
protected boolean errorClassIs(String possibleErrorClass)
protected void filteredSystemProperties()
public AirbrakeNotice newNotice()
protected void projectRoot(String projectRoot)
protected void request(Map<String,Object> request)
protected void session(Map<String,Object> session)
protected void setRequest(String url, String component)
protected void standardEnvironmentFilters()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |