org.apache.excalibur.source
Class SourceNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.excalibur.source.SourceException
                  extended by org.apache.excalibur.source.SourceNotFoundException
All Implemented Interfaces:
java.io.Serializable, org.apache.avalon.framework.CascadingThrowable

public class SourceNotFoundException
extends SourceException

This Exception should be thrown if the source could not be found.

Version:
CVS $Revision: 1.4 $ $Date: 2004/02/28 11:47:26 $
Author:
Avalon Development Team
See Also:
Serialized Form

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.
 
Method Summary
 
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

SourceNotFoundException

public SourceNotFoundException(java.lang.String message)
Construct a new SourceNotFoundException instance.

Parameters:
message - The detail message for this exception.

SourceNotFoundException

public SourceNotFoundException(java.lang.String message,
                               java.lang.Throwable throwable)
Construct a new SourceNotFoundException instance.

Parameters:
message - The detail message for this exception.
throwable - the root cause of the exception


Copyright © 1997-2008 Apache Software Foundation. All Rights Reserved.