org.pentaho.reporting.engine.classic.core.modules.output.table.html.helper
Class HtmlOutputProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.pentaho.reporting.libraries.base.util.StackableRuntimeException
                  extended by org.pentaho.reporting.engine.classic.core.modules.output.table.html.helper.HtmlOutputProcessingException
All Implemented Interfaces:
Serializable

public class HtmlOutputProcessingException
extends org.pentaho.reporting.libraries.base.util.StackableRuntimeException

Creation-Date: 30.08.2007, 17:14:39

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
HtmlOutputProcessingException()
           
HtmlOutputProcessingException(String message)
           
HtmlOutputProcessingException(String message, Exception ex)
           
 
Method Summary
 
Methods inherited from class org.pentaho.reporting.libraries.base.util.StackableRuntimeException
getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HtmlOutputProcessingException

public HtmlOutputProcessingException()

HtmlOutputProcessingException

public HtmlOutputProcessingException(String message,
                                     Exception ex)

HtmlOutputProcessingException

public HtmlOutputProcessingException(String message)