com.seventytwomiles.architecturerules.exceptions
Class SourceNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.seventytwomiles.architecturerules.exceptions.SourceNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class SourceNotFoundException
extends java.lang.RuntimeException

Exception to be thrown when a configured source is not found and <source not-found="exception">

Author:
mikenereson
See Also:
RuntimeException, Serialized Form

Constructor Summary
SourceNotFoundException()
           
SourceNotFoundException(java.util.Collection sources)
           
SourceNotFoundException(java.lang.String message)
           
SourceNotFoundException(java.lang.String message, java.lang.Throwable cause)
           
SourceNotFoundException(java.lang.Throwable cause)
           
 
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

SourceNotFoundException

public SourceNotFoundException()
See Also:
RuntimeException.RuntimeException()

SourceNotFoundException

public SourceNotFoundException(java.lang.String message)
See Also:
RuntimeException.RuntimeException(String)

SourceNotFoundException

public SourceNotFoundException(java.lang.Throwable cause)
See Also:
RuntimeException.RuntimeException(Throwable)

SourceNotFoundException

public SourceNotFoundException(java.lang.String message,
                               java.lang.Throwable cause)
See Also:
RuntimeException.RuntimeException(String,Throwable)

SourceNotFoundException

public SourceNotFoundException(java.util.Collection sources)


Copyright © 2007. All Rights Reserved.