FindBugs™ 1.3.9

edu.umd.cs.findbugs
Class AbstractBugReporter.Error

java.lang.Object
  extended by edu.umd.cs.findbugs.AbstractBugReporter.Error
Enclosing class:
AbstractBugReporter

protected static class AbstractBugReporter.Error
extends java.lang.Object


Constructor Summary
AbstractBugReporter.Error(int sequence, java.lang.String message)
           
AbstractBugReporter.Error(int sequence, java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Throwable getCause()
           
 java.lang.String getMessage()
           
 int getSequence()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractBugReporter.Error

public AbstractBugReporter.Error(int sequence,
                                 java.lang.String message)

AbstractBugReporter.Error

public AbstractBugReporter.Error(int sequence,
                                 java.lang.String message,
                                 java.lang.Throwable cause)
Method Detail

getSequence

public int getSequence()

getMessage

public java.lang.String getMessage()

getCause

public java.lang.Throwable getCause()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.