org.apache.excalibur.source
Class SourceException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SourceNotFoundException

public class SourceException
extends IOException

This Exception is thrown every time there is a problem in processing a source.

Version:
$Id: SourceException.java 41238 2008-09-11 12:02:02Z cziegele $
Author:
Avalon Development Team
See Also:
Serialized Form

Constructor Summary
SourceException(String message)
          Construct a new SourceException instance.
SourceException(String message, Throwable throwable)
          Construct a new SourceException instance.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

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.


Copyright © 2008 Day Management AG. All Rights Reserved.