com.atlassian.bamboo.logger
Class ErrorDetails

java.lang.Object
  extended by com.atlassian.bamboo.logger.ErrorDetails

public class ErrorDetails
extends Object


Constructor Summary
ErrorDetails(int errorNumber, String buildName, String context, Throwable error)
           
 
Method Summary
 String getBuildName()
           
 String getContext()
           
 Throwable getError()
           
 int getErrorNumber()
           
 int getNumberOfOccurrences()
           
 String getStackTrace()
           
 void incrementOccurrenceCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorDetails

public ErrorDetails(int errorNumber,
                    String buildName,
                    String context,
                    Throwable error)
Method Detail

getErrorNumber

public int getErrorNumber()

getBuildName

public String getBuildName()

getContext

public String getContext()

getError

public Throwable getError()

incrementOccurrenceCount

public void incrementOccurrenceCount()

getNumberOfOccurrences

public int getNumberOfOccurrences()

getStackTrace

public String getStackTrace()


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.