|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.sf.tomp.xml.include.XIncludeException
net.sf.tomp.xml.include.CircularIncludeException
A CircularIncludeException
is thrown when an included document
attempts to include itself or one of its ancestor documents.
Constructor Summary | |
CircularIncludeException()
Constructs a CircularIncludeException with
null as its error detail message. |
|
CircularIncludeException(java.lang.String message)
Constructs a CircularIncludeException with the specified
detail message. |
Methods inherited from class net.sf.tomp.xml.include.XIncludeException |
getRootCause, setRootCause |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |