com.bugsnag
Class Notification

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

public class Notification
extends Object


Constructor Summary
Notification(Configuration config)
           
Notification(Configuration config, Error error)
           
 
Method Summary
 void deliver()
           
 void setError(Error error)
           
 void setError(File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Notification

public Notification(Configuration config)

Notification

public Notification(Configuration config,
                    Error error)
Method Detail

setError

public void setError(Error error)

setError

public void setError(File file)

deliver

public void deliver()
             throws NetworkException
Throws:
NetworkException


Copyright © 2014. All Rights Reserved.