|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.AnalysisError
public class AnalysisError
Object recording a recoverable error that occurred during analysis.
Constructor Summary | |
---|---|
AnalysisError(java.lang.String message)
Constructor. |
|
AnalysisError(java.lang.String message,
java.lang.Throwable exception)
Constructor. |
Method Summary | |
---|---|
java.lang.Throwable |
getException()
|
java.lang.String |
getExceptionMessage()
Get the exception message. |
java.lang.String |
getMessage()
Get the message describing the error. |
java.lang.String |
getNestedExceptionMessage()
Get the exception message. |
java.lang.String[] |
getNestedStackTrace()
Get the stack trace elements. |
java.lang.String[] |
getStackTrace()
Get the stack trace elements. |
void |
setExceptionMessage(java.lang.String exceptionMessage)
Set the exception message. |
void |
setMessage(java.lang.String message)
Set the message describing the error. |
void |
setStackTrace(java.lang.String[] stackTraceList)
Set the stack trace elements. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnalysisError(java.lang.String message)
message
- message describing the errorpublic AnalysisError(java.lang.String message, java.lang.Throwable exception)
message
- message describing the errorexception
- exception which is the cause of the errorMethod Detail |
---|
public void setMessage(java.lang.String message)
message
- message describing the errorpublic java.lang.String getMessage()
public void setExceptionMessage(java.lang.String exceptionMessage)
exceptionMessage
- the exception messagepublic java.lang.String getExceptionMessage()
public java.lang.String getNestedExceptionMessage()
public void setStackTrace(java.lang.String[] stackTraceList)
stackTraceList
- the stack trace elementspublic java.lang.String[] getStackTrace()
public java.lang.String[] getNestedStackTrace()
public java.lang.Throwable getException()
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |