Package com.seventytwomiles.architecturerules.exceptions

Exceptions that the Architecture Rules library may through throughout the course of building the configuration, and executing the rules and cyclic dependency testing.

See:
          Description

Exception Summary
ArchitectureException Top-level Architecture Rules Exception.
CyclicRedundancyException Thrown to indicate that a cyclic redundancy was found.
DependencyConstraintException Exception to be thrown when any Rule fails, that is to say, the rule is violoated.
IllegalArchitectureRuleException Exception to be thrown when a Rule is illegal constructed.
InvalidConfigurationException RuntimeException that is thrown when a configuration is invalid.
NoPackagesFoundException Exception to be thrown when no packages are found in the given source path if <sources no-packages="exception">
SourceNotFoundException Exception to be thrown when a configured source is not found and <source not-found="exception">
 

Package com.seventytwomiles.architecturerules.exceptions Description

Exceptions that the Architecture Rules library may through throughout the course of building the configuration, and executing the rules and cyclic dependency testing. All of these exceptions are RuntimeExceptions unless otherwise stated. http://architecturerules.googlecode.com/svn/docs/exceptions.html

CyclicRedundencyException
http://architecturerules.googlecode.com/svn/docs/exceptions.html#CyclicRedundencyException
DependencyConstraintException
http://architecturerules.googlecode.com/svn/docs/exceptions.html#DependencyConstraintException
IllegalArchitectureRuleException
http://architecturerules.googlecode.com/svn/docs/exceptions.html#IllegalArchitectureRuleException
SourceNotFoundException
http://architecturerules.googlecode.com/svn/docs/exceptions.html#SourceNotFoundException
NoPackagesFoundException
http://architecturerules.googlecode.com/svn/docs/exceptions.html#NoPackagesFoundException

More Information

Homepage
http://architecturerules.googlecode.com/svn/docs/index.html
Source
http://architecturerules.googlecode.com/svn/docs/source.html
Mailing lists
http://architecturerules.googlecode.com/svn/docs/mailing-lists.html
Javadocs for each version
http://architecturerules.googlecode.com/svn/docs/api-javadocs.html
Getting Started
http://architecturerules.googlecode.com/svn/docs/getting-started.html
Licensed under Apache License 2.0
http://www.apache.org/licenses/LICENSE-2.0



Copyright © 2007-2008. All Rights Reserved.