com.seventytwomiles.architecturerules.exceptions
Class NoPackagesFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
NoPackagesFoundException()
           
NoPackagesFoundException(java.lang.String path)
           
NoPackagesFoundException(java.lang.String message, java.lang.Throwable cause)
           
NoPackagesFoundException(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

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 message,
                                java.lang.Throwable cause)
See Also:
RuntimeException.RuntimeException(String,Throwable)

NoPackagesFoundException

public NoPackagesFoundException(java.lang.String path)


Copyright © 2007. All Rights Reserved.