org.apache.excalibur.source
Class SourceNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.apache.excalibur.source.SourceException
                  extended byorg.apache.excalibur.source.SourceNotFoundException
All Implemented Interfaces:
CascadingThrowable, java.io.Serializable

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.
 
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-2005 The Apache Software Foundation. All Rights Reserved.