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

Exceptions - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.common.util
Class Exceptions

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

public class Exceptions
extends java.lang.Object


Constructor Summary
Exceptions()
           
 
Method Summary
static java.lang.String toHTML(java.lang.Throwable throwable)
           
static java.lang.String toHTML(java.lang.Throwable throwable, boolean deep)
           
static java.lang.Throwable unwrap(java.lang.Throwable throwable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exceptions

public Exceptions()
Method Detail

unwrap

public static java.lang.Throwable unwrap(java.lang.Throwable throwable)
                                  throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

toHTML

public static java.lang.String toHTML(java.lang.Throwable throwable)

toHTML

public static java.lang.String toHTML(java.lang.Throwable throwable,
                                      boolean deep)