SimpleServlets v5.5.0

com.simpleservlets.htmlobjects
Class HTMLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.simpleservlets.htmlobjects.HTMLException
All Implemented Interfaces:
Serializable

public class HTMLException
extends RuntimeException

Thrown in cases where there is trouble with the HTML. This is a RuntimeException so callers are not required to explicitly write a try/catch.

Author:
Paul Hyde
See Also:
Serialized Form

Constructor Summary
HTMLException()
           
HTMLException(String message)
           
HTMLException(String message, Throwable cause)
           
HTMLException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HTMLException

public HTMLException()

HTMLException

public HTMLException(String message)

HTMLException

public HTMLException(Throwable cause)

HTMLException

public HTMLException(String message,
                     Throwable cause)

SimpleServlets v5.5.0

Copyright © 2001-2007 Programix Incorporated. All rights reserved. SimpleServlets is free and is OSI Certified Open Source Software under the BSD license.