|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExceptionInfo
Contains information about an analyzed exception.
ExceptionAnalysis
Method Summary | |
---|---|
String |
getClassName()
The exception class name. |
String |
getMessage()
The message associated with the exception, possibly null. |
Object |
getProperty(String name)
Returns a specific property of the exception by name. |
List<String> |
getPropertyNames()
Returns the names of the properties of the exception, sorted alphabetically. |
List<StackTraceElement> |
getStackTrace()
Returns the stack trace elements. |
Method Detail |
---|
String getClassName()
String getMessage()
List<String> getPropertyNames()
Object getProperty(String name)
List<StackTraceElement> getStackTrace()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |