com.infoengine.procunit
Class ExceptionToXml

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

public class ExceptionToXml
extends Object


Constructor Summary
ExceptionToXml()
           
 
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

ExceptionToXml

public ExceptionToXml()
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