当前页面: 
在线文档首页 > 
JBOSS Portal 2.2 API 英文版文档
Exceptions - JBOSS Portal 2.2 API 英文版文档
org.jboss.portal.common.util
Class Exceptions
java.lang.Object
   org.jboss.portal.common.util.Exceptions
org.jboss.portal.common.util.Exceptions
- public class Exceptions- extends java.lang.Object
 
| 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 | 
 
Exceptions
public Exceptions()
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)
-