com.seventytwomiles.architecturerules.exceptions
Class SourceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.seventytwomiles.architecturerules.exceptions.ArchitectureException
com.seventytwomiles.architecturerules.exceptions.SourceNotFoundException
- All Implemented Interfaces:
- Serializable
public class SourceNotFoundException
- extends ArchitectureException
Exception to be thrown when a configured source is not found and
<source not-found="exception">
- Author:
- mikenereson
- See Also:
ArchitectureException,
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SourceNotFoundException
public SourceNotFoundException()
- See Also:
RuntimeException.RuntimeException()
SourceNotFoundException
public SourceNotFoundException(String message)
- See Also:
RuntimeException.RuntimeException(String)
SourceNotFoundException
public SourceNotFoundException(Throwable cause)
- See Also:
RuntimeException.RuntimeException(Throwable)
SourceNotFoundException
public SourceNotFoundException(Collection sources)
Instantiates a new SourceNotFoundException with a message containing
all of the sources that were intteroagated.
- Parameters:
sources -
SourceNotFoundException
public SourceNotFoundException(String message,
Throwable cause)
- See Also:
RuntimeException.RuntimeException(String,Throwable)
Copyright © 2007-2008. All Rights Reserved.