com.seventytwomiles.architecturerules.exceptions
Class IllegalArchitectureRuleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.seventytwomiles.architecturerules.exceptions.IllegalArchitectureRuleException
All Implemented Interfaces:
java.io.Serializable

public class IllegalArchitectureRuleException
extends java.lang.RuntimeException

Exception to be thrown when a Rule is illegal constructed. That is, an illegal violation is created.

Author:
mikenereson
See Also:
RuntimeException, Serialized Form

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

IllegalArchitectureRuleException

public IllegalArchitectureRuleException()
See Also:
RuntimeException.RuntimeException()

IllegalArchitectureRuleException

public IllegalArchitectureRuleException(java.lang.String message)
See Also:
RuntimeException.RuntimeException(String)

IllegalArchitectureRuleException

public IllegalArchitectureRuleException(java.lang.Throwable cause)
See Also:
RuntimeException.RuntimeException(Throwable)

IllegalArchitectureRuleException

public IllegalArchitectureRuleException(java.lang.String message,
                                        java.lang.Throwable cause)
See Also:
RuntimeException.RuntimeException(String,Throwable)

IllegalArchitectureRuleException

public IllegalArchitectureRuleException(java.lang.String ruleId,
                                        java.lang.String rulePackages)

IllegalArchitectureRuleException

public IllegalArchitectureRuleException(java.lang.String ruleId,
                                        java.lang.String rulePackages,
                                        java.lang.Throwable cause)


Copyright © 2007. All Rights Reserved.