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