|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.ioc.internal.services.ExceptionInfoImpl
public class ExceptionInfoImpl
Constructor Summary | |
---|---|
ExceptionInfoImpl(java.lang.Throwable t,
java.util.Map<java.lang.String,java.lang.Object> properties,
java.util.List<java.lang.StackTraceElement> stackTrace)
|
Method Summary | |
---|---|
java.lang.String |
getClassName()
The exception class name. |
java.lang.String |
getMessage()
The message associated with the exception, possibly null. |
java.lang.Object |
getProperty(java.lang.String name)
Returns a specific property of the exception by name. |
java.util.List<java.lang.String> |
getPropertyNames()
Returns the names of the properties of the exception, sorted alphabetically. |
java.util.List<java.lang.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(java.lang.Throwable t, java.util.Map<java.lang.String,java.lang.Object> properties, java.util.List<java.lang.StackTraceElement> stackTrace)
Method Detail |
---|
public java.lang.String getClassName()
ExceptionInfo
getClassName
in interface ExceptionInfo
public java.lang.String getMessage()
ExceptionInfo
getMessage
in interface ExceptionInfo
public java.lang.Object getProperty(java.lang.String name)
ExceptionInfo
getProperty
in interface ExceptionInfo
public java.util.List<java.lang.String> getPropertyNames()
ExceptionInfo
getPropertyNames
in interface ExceptionInfo
public java.util.List<java.lang.StackTraceElement> getStackTrace()
ExceptionInfo
getStackTrace
in interface ExceptionInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |