com.arsdigita.templating.html
Class HTMLParserException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.arsdigita.util.CheckedWrapperException
              extended bycom.arsdigita.templating.html.HTMLParserException
All Implemented Interfaces:
Serializable

public class HTMLParserException
extends CheckedWrapperException

Encapsulates a general html parser error or warning.

Since:
2002-08-26
Version:
$Id: //core-platform/dev/src/com/arsdigita/templating/html/HTMLParserException.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
HTMLParserException(String msg)
          Constructor which only takes a message.
HTMLParserException(String s, Throwable rootCause)
          Constructor which takes a message string and a root cause that this exception will be wrapping.
HTMLParserException(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

HTMLParserException

public HTMLParserException(String msg)
Constructor which only takes a message.

Parameters:
msg - a message explaining the cause of this exception

HTMLParserException

public HTMLParserException(Throwable rootCause)
Constructor which takes a root cause that this exception will be wrapping.


HTMLParserException

public HTMLParserException(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