org.apache.excalibur.source
Class SourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.excalibur.source.SourceException
- All Implemented Interfaces:
- Serializable, CascadingThrowable
- Direct Known Subclasses:
- SourceNotFoundException
public class SourceException
- extends IOException
- implements CascadingThrowable
This Exception is thrown every time there is a problem in processing
a source.
- Version:
- CVS $Revision: 1.4 $ $Date: 2004/02/28 11:47:26 $
- Author:
- Avalon Development Team
- See Also:
- Serialized Form
SourceException
public SourceException(String message)
- Construct a new
SourceException
instance.
- Parameters:
message
- the detail message for this exception.
SourceException
public SourceException(String message,
Throwable throwable)
- Construct a new
SourceException
instance.
- Parameters:
message
- the detail message for this exception.throwable
- the root cause of the exception.
getCause
public final Throwable getCause()
- Retrieve the cause of the exception.
- Specified by:
getCause
in interface CascadingThrowable
- Overrides:
getCause
in class Throwable
- Returns:
- the cause.
Copyright © 1997-2012 The Apache Software Foundation. All Rights Reserved.