com.infoengine.procunit
Class ExceptionToHtml

java.lang.Object
  extended bycom.infoengine.procunit.ExceptionToHtml

public class ExceptionToHtml
extends Object


Constructor Summary
ExceptionToHtml()
           
 
Method Summary
static String render(Throwable t, String serviceName)
          Format an html page from an exception.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionToHtml

public ExceptionToHtml()
Method Detail

render

public static String render(Throwable t,
                            String serviceName)
Format an html page from an exception.

Parameters:
t - Throwable exception
Returns:
html page string