public interface ExceptionInfo
ExceptionAnalysis
Modifier and Type | Method and Description |
---|---|
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.
|
String getClassName()
String getMessage()
List<String> getPropertyNames()
Object getProperty(String name)
List<StackTraceElement> getStackTrace()
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.