com.seventytwomiles.architecturerules.exceptions
Class IllegalArchitectureRuleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| 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 |
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.