com.seventytwomiles.architecturerules.exceptions
Class NoPackagesFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.seventytwomiles.architecturerules.exceptions.NoPackagesFoundException
- All Implemented Interfaces:
- java.io.Serializable
-
public class NoPackagesFoundException
- extends
java.lang.RuntimeException
Exception to be thrown when no packages are found in the given source path
if <sources no-packages="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 |
NoPackagesFoundException
public NoPackagesFoundException()
- See Also:
RuntimeException.RuntimeException()
NoPackagesFoundException
public NoPackagesFoundException(java.lang.Throwable cause)
- See Also:
RuntimeException.RuntimeException(Throwable)
NoPackagesFoundException
public NoPackagesFoundException(java.lang.String path)
- See Also:
RuntimeException.RuntimeException(String)
NoPackagesFoundException
public NoPackagesFoundException(java.lang.String message,
java.lang.Throwable cause)
- See Also:
RuntimeException.RuntimeException(String,Throwable)
Copyright © 2008. All Rights Reserved.