|
||||||||||
| 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(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 ExceptionInfopublic String getMessage()
ExceptionInfo
getMessage in interface ExceptionInfopublic Object getProperty(String name)
ExceptionInfo
getProperty in interface ExceptionInfopublic List<String> getPropertyNames()
ExceptionInfo
getPropertyNames in interface ExceptionInfopublic List<StackTraceElement> getStackTrace()
ExceptionInfo
getStackTrace in interface ExceptionInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||