public class MalformedResourceException extends XIncludeException
A MalformedResourceException
is thrown when
a parsed included document is not namespace well-formed
as specified by XML 1.0 and Namespaces in XML.
Constructor and Description |
---|
MalformedResourceException()
Constructs a
MalformedResourceException
with null as its error detail message. |
MalformedResourceException(java.lang.String message)
Constructs a
MalformedResourceException with the specified detail
message. |
getRootCause, setRootCause
public MalformedResourceException()
MalformedResourceException
with null
as its error detail message.public MalformedResourceException(java.lang.String message)
MalformedResourceException
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.