站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.4 API 英文版文档

ThrowableBean - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.common.util
Class ThrowableBean

java.lang.Object
  extended byorg.jboss.portal.common.util.ThrowableBean

public class ThrowableBean
extends java.lang.Object

A bean to manipulate throwable.


Nested Class Summary
static class ThrowableBean.StackTraceElementBean
           
 
Constructor Summary
ThrowableBean()
           
ThrowableBean(java.lang.Throwable throwable)
           
 
Method Summary
 ThrowableBean.StackTraceElementBean[] getStackTrace()
           
 java.lang.Throwable getState()
           
 void setStackTrace(ThrowableBean.StackTraceElementBean[] stackTrace)
           
 void setState(java.lang.Throwable state)
           
 java.lang.Throwable toThrowable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThrowableBean

public ThrowableBean()

ThrowableBean

public ThrowableBean(java.lang.Throwable throwable)
Method Detail

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()