当前页面:
在线文档首页 >
JBOSS Portal 2.4 API 英文版文档
ThrowableBean - JBOSS Portal 2.4 API 英文版文档
org.jboss.portal.common.util
Class ThrowableBean
java.lang.Object
org.jboss.portal.common.util.ThrowableBean
- public class ThrowableBean
- extends java.lang.Object
A bean to manipulate throwable.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThrowableBean
public ThrowableBean()
ThrowableBean
public ThrowableBean(java.lang.Throwable throwable)
getState
public java.lang.Throwable getState()
setState
public void setState(java.lang.Throwable state)
getStackTrace
public ThrowableBean.StackTraceElementBean[] getStackTrace()
setStackTrace
public void setStackTrace(ThrowableBean.StackTraceElementBean[] stackTrace)
toThrowable
public java.lang.Throwable toThrowable()