com.arsdigita.templating.html
Class HTMLParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.arsdigita.util.CheckedWrapperException
com.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
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