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)