|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.excalibur.source.SourceException
public class SourceException
This Exception is thrown every time there is a problem in processing a source.
| Constructor Summary | |
|---|---|
SourceException(java.lang.String message)
Construct a new SourceException instance. |
|
SourceException(java.lang.String message,
java.lang.Throwable throwable)
Construct a new SourceException instance. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getCause()
Retrieve the cause of the exception. |
| 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 SourceException(java.lang.String message)
SourceException instance.
message - the detail message for this exception.
public SourceException(java.lang.String message,
java.lang.Throwable throwable)
SourceException instance.
message - the detail message for this exception.throwable - the root cause of the exception.| Method Detail |
|---|
public final java.lang.Throwable getCause()
getCause in interface CascadingThrowablegetCause in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||