com.seventytwomiles.architecturerules.exceptions
Class SourceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| 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 |
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.util.Collection sources)
Instantiates a new SourceNotFoundException with a message containing
all of the sources that were intteroagated.
- Parameters:
sources -
SourceNotFoundException
public SourceNotFoundException(java.lang.String message,
java.lang.Throwable cause)
- See Also:
RuntimeException.RuntimeException(String,Throwable)
Copyright © 2008. All Rights Reserved.