|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tapestry5.ioc.internal.services.ExceptionInfoImpl
public class ExceptionInfoImpl
Constructor Summary | |
---|---|
ExceptionInfoImpl(Throwable t,
Map<String,Object> properties,
List<StackTraceElement> stackTrace)
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExceptionInfoImpl(Throwable t, Map<String,Object> properties, List<StackTraceElement> stackTrace)
Method Detail |
---|
public String getClassName()
ExceptionInfo
getClassName
in interface ExceptionInfo
public String getMessage()
ExceptionInfo
getMessage
in interface ExceptionInfo
public Object getProperty(String name)
ExceptionInfo
getProperty
in interface ExceptionInfo
public List<String> getPropertyNames()
ExceptionInfo
getPropertyNames
in interface ExceptionInfo
public List<StackTraceElement> getStackTrace()
ExceptionInfo
getStackTrace
in interface ExceptionInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |