com.bugsnag
Class Error

java.lang.Object
  extended by com.bugsnag.Error

public class Error
extends Object


Constructor Summary
Error(Throwable exception, String severity, MetaData metaData, Configuration config, Diagnostics diagnostics)
           
 
Method Summary
 void addToTab(String tabName, String key, Object value)
           
 boolean shouldIgnore()
           
 org.json.JSONObject toJSON()
           
 String toString()
           
 void writeToFile(String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Error

public Error(Throwable exception,
             String severity,
             MetaData metaData,
             Configuration config,
             Diagnostics diagnostics)
Method Detail

toJSON

public org.json.JSONObject toJSON()

toString

public String toString()
Overrides:
toString in class Object

addToTab

public void addToTab(String tabName,
                     String key,
                     Object value)

shouldIgnore

public boolean shouldIgnore()

writeToFile

public void writeToFile(String filename)
                 throws IOException
Throws:
IOException


Copyright © 2014. All Rights Reserved.