com.simpleservlets.htmlobjects
Class HTMLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HTMLException
public HTMLException()
HTMLException
public HTMLException(String message)
HTMLException
public HTMLException(Throwable cause)
HTMLException
public HTMLException(String message,
Throwable cause)
Copyright © 2001-2007
Programix Incorporated.
All rights reserved.
SimpleServlets is free
and is
OSI Certified
Open Source Software under the BSD
license.