airbrake
Class Backtrace

java.lang.Object
  extended by airbrake.Backtrace
All Implemented Interfaces:
Iterable<String>
Direct Known Subclasses:
RubyBacktrace, SwitchBacktrace

public class Backtrace
extends Object
implements Iterable<String>


Constructor Summary
protected Backtrace()
           
  Backtrace(List<String> backtrace)
           
  Backtrace(Throwable throwable)
           
 
Method Summary
protected  void filter()
           
protected  void ignore()
           
protected  void ignore(String ignoreRule)
           
protected  void ignoreCocoon()
           
protected  void ignoreEclipse()
           
protected  void ignoreJunit()
           
protected  void ignoreMortbayJetty()
           
protected  void ignoreMozilla()
           
protected  void ignoreNoise()
           
protected  void ignoreSpringSecurity()
           
 Iterator<String> iterator()
           
 Backtrace newBacktrace(Throwable throwable)
           
protected  String toBacktrace(String className, String fileName, int lineNumber, String methodName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Backtrace

protected Backtrace()

Backtrace

public Backtrace(List<String> backtrace)

Backtrace

public Backtrace(Throwable throwable)
Method Detail

filter

protected void filter()

ignore

protected void ignore()

ignore

protected void ignore(String ignoreRule)

ignoreCocoon

protected void ignoreCocoon()

ignoreEclipse

protected void ignoreEclipse()

ignoreJunit

protected void ignoreJunit()

ignoreMortbayJetty

protected void ignoreMortbayJetty()

ignoreMozilla

protected void ignoreMozilla()

ignoreNoise

protected void ignoreNoise()

ignoreSpringSecurity

protected void ignoreSpringSecurity()

iterator

public Iterator<String> iterator()
Specified by:
iterator in interface Iterable<String>

newBacktrace

public Backtrace newBacktrace(Throwable throwable)

toBacktrace

protected String toBacktrace(String className,
                             String fileName,
                             int lineNumber,
                             String methodName)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.