|
||||||||||
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 | +--java.io.IOException | +--org.apache.excalibur.source.SourceException | +--org.apache.excalibur.source.SourceNotFoundException
This Exception should be thrown if the source could not be found.
Constructor Summary | |
SourceNotFoundException(java.lang.String message)
Construct a new SourceNotFoundException instance. |
|
SourceNotFoundException(java.lang.String message,
java.lang.Throwable throwable)
Construct a new SourceNotFoundException instance. |
Methods inherited from class org.apache.excalibur.source.SourceException |
getCause |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, 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 SourceNotFoundException(java.lang.String message)
SourceNotFoundException
instance.
message
- The detail message for this exception.public SourceNotFoundException(java.lang.String message, java.lang.Throwable throwable)
SourceNotFoundException
instance.
message
- The detail message for this exception.throwable
- the root cause of the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |