public class BadParseAttributeException extends XIncludeException
A BadParseAttributeException
is thrown when
the parse
attribute has some value other than
xml
or text
.
Constructor and Description |
---|
BadParseAttributeException()
Constructs a
BadParseAttributeException with null
as its error detail message. |
BadParseAttributeException(java.lang.String message)
Constructs a
BadParseAttributeException with the specified detail
message. |
getRootCause, setRootCause
public BadParseAttributeException()
BadParseAttributeException
with null
as its error detail message.public BadParseAttributeException(java.lang.String message)
BadParseAttributeException
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.