Expresso 5-6

com.jcorporate.expresso.services.html
Class HtmlException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.jcorporate.expresso.kernel.exception.ChainedException
              extended bycom.jcorporate.expresso.services.html.HtmlException
All Implemented Interfaces:
Serializable

public class HtmlException
extends ChainedException

Exception thrown when there is a problem with the structure of the HTML being built to return to the client

Version:
$Revision: 1.7 $ $Date: 2004/11/17 20:48:18 $
Author:
Michael Nash
See Also:
Serialized Form

Constructor Summary
HtmlException()
          Constructor
HtmlException(String s)
          Constructor
HtmlException(String s, Throwable t)
          Constructor
HtmlException(Throwable t)
          Constructor
 
Methods inherited from class com.jcorporate.expresso.kernel.exception.ChainedException
getErrorNumber, getMessage, getNested, omitPackages, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HtmlException

public HtmlException()
Constructor


HtmlException

public HtmlException(String s)
Constructor

Parameters:
s - Error message

HtmlException

public HtmlException(String s,
                     Throwable t)
Constructor

Parameters:
s - Error message
t - Nested exception

HtmlException

public HtmlException(Throwable t)
Constructor

Parameters:
t - Nested exception

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.