com.infoengine.object.factory
Class ExceptionToGroup

java.lang.Object
  extended bycom.infoengine.object.factory.ExceptionToGroup

public class ExceptionToGroup
extends Object


Constructor Summary
ExceptionToGroup()
           
 
Method Summary
static Group getGroupHtml(Throwable t, String serviceName)
          Create an error group from an exception.
static Group getGroupXml(Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionToGroup

public ExceptionToGroup()
Method Detail

getGroupHtml

public static Group getGroupHtml(Throwable t,
                                 String serviceName)
Create an error group from an exception.

Parameters:
t - Throwable exception
Returns:
Group

getGroupXml

public static Group getGroupXml(Throwable t)