com.arsdigita.templating.html
Class HTMLParserConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.arsdigita.util.CheckedWrapperException
              extended bycom.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

Field Summary
 
Fields inherited from class com.arsdigita.util.CheckedWrapperException
versionId
 
Constructor Summary
HTMLParserConfigurationException(String msg)
          Constructor which only takes a message.
HTMLParserConfigurationException(String s, Throwable rootCause)
          Constructor which takes a message string and a root cause that this exception will be wrapping.
HTMLParserConfigurationException(Throwable rootCause)
          Constructor which takes a root cause that this exception will be wrapping.
 
Methods inherited from class com.arsdigita.util.CheckedWrapperException
getMessage, getRootCause, hasRootCause, printStackTrace, printStackTrace, printStackTrace, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 21 2004:2337 UTC