public class MissingHrefException extends XIncludeException
A MissingHrefException
is thrown when
an xinclude:include
element is missing its
required href
attribute.
Constructor and Description |
---|
MissingHrefException()
Constructs a
MissingHrefException with null
as its error detail message. |
MissingHrefException(java.lang.String message)
Constructs a
MissingHrefException with the specified detail
message. |
getRootCause, setRootCause
public MissingHrefException()
MissingHrefException
with null
as its error detail message.public MissingHrefException(java.lang.String message)
MissingHrefException
with the specified detail
message. The error message string message
can later be
retrieved by the Throwable.getMessage()
method of class java.lang.Throwable
.message
- the detail message.Copyright 2002 Jason Hunter, Brett McLaughlin. All Rights Reserved.