edu.umd.cs.findbugs
public class AnalysisError extends Object
Constructor Summary | |
---|---|
AnalysisError(String message)
Constructor.
| |
AnalysisError(String message, Throwable exception)
Constructor.
|
Method Summary | |
---|---|
String | getExceptionMessage()
Get the exception message. |
String | getMessage()
Get the message describing the error. |
String[] | getStackTrace()
Get the stack trace elements.
|
void | setExceptionMessage(String exceptionMessage)
Set the exception message. |
void | setMessage(String message)
Set the message describing the error.
|
void | setStackTrace(String[] stackTraceList)
Set the stack trace elements.
|
Parameters: message message describing the error
Parameters: message message describing the error exception exception which is the cause of the error
Parameters: exceptionMessage the exception message
Parameters: message message describing the error
Parameters: stackTraceList the stack trace elements