|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.elharo.xml.xinclude.XIncludeException | +--com.elharo.xml.xinclude.UnavailableResourceException
An UnavailableResourceException
is thrown when
an included document cannot be found or loaded.
Constructor Summary | |
UnavailableResourceException()
Constructs an UnavailableResourceException
with null as its error detail message. |
|
UnavailableResourceException(java.lang.String message)
Constructs an UnavailableResourceException with the specified detail
message. |
Methods inherited from class com.elharo.xml.xinclude.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 UnavailableResourceException()
UnavailableResourceException
with null
as its error detail message.
public UnavailableResourceException(java.lang.String message)
UnavailableResourceException
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 |