org.jboss.portal.common.util
Class Exceptions
java.lang.Object
org.jboss.portal.common.util.Exceptions
public class Exceptions
- extends java.lang.Object
- Version:
- $Revision: 7395 $
- Author:
- Julien Viet
Method Summary |
static void |
appendHTMLTo(java.lang.StringBuffer buffer,
java.lang.Throwable throwable)
|
static void |
appendHTMLTo(java.lang.StringBuffer buffer,
java.lang.Throwable throwable,
boolean deep)
|
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)
appendHTMLTo
public static void appendHTMLTo(java.lang.StringBuffer buffer,
java.lang.Throwable throwable)
appendHTMLTo
public static void appendHTMLTo(java.lang.StringBuffer buffer,
java.lang.Throwable throwable,
boolean deep)