com.arsdigita.templating.html
Class HTMLParserConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.arsdigita.util.CheckedWrapperException
com.arsdigita.templating.html.HTMLParserConfigurationException
- All Implemented Interfaces:
- Serializable
- public class HTMLParserConfigurationException
- extends CheckedWrapperException
Encapsulates a configuration error. Similar to SAXParserConfigurationError.
This should be rewritten not to extend CheckedWrapperException
if/when we port our stuff to J2SE
1.4.
- Since:
- 2002-09-09
- Version:
- $Id: //core-platform/dev/src/com/arsdigita/templating/html/HTMLParserConfigurationException.java#4 $
- Author:
- Vadim Nasardinov (vadimn@redhat.com)
- See Also:
- Serialized Form
HTMLParserConfigurationException
public HTMLParserConfigurationException(String msg)
- Constructor which only takes a message.
- Parameters:
msg
- a message explaining the cause of this exception
HTMLParserConfigurationException
public HTMLParserConfigurationException(Throwable rootCause)
- Constructor which takes a root cause that this exception will be
wrapping.
HTMLParserConfigurationException
public HTMLParserConfigurationException(String s,
Throwable rootCause)
- Constructor which takes a message string and a root cause that this
exception will be wrapping. The message string should be something
different than
rootCause.getMessage()
would normally provide.
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC