public class CircularIncludeException extends XIncludeException
A CircularIncludeException
is thrown when
an included document attempts to include itself or
one of its ancestor documents.
Constructor and Description |
---|
CircularIncludeException()
Constructs a
CircularIncludeException with null
as its error detail message. |
CircularIncludeException(java.lang.String message)
Constructs a
CircularIncludeException with the specified detail
message. |
getRootCause, setRootCause
public CircularIncludeException()
CircularIncludeException
with null
as its error detail message.public CircularIncludeException(java.lang.String message)
CircularIncludeException
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.