com.seventytwomiles.architecturerules.exceptions
Class ArchitectureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.seventytwomiles.architecturerules.exceptions.ArchitectureException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CyclicRedundancyException, DependencyConstraintException, IllegalArchitectureRuleException, InvalidConfigurationException, NoPackagesFoundException, SourceNotFoundException
public class ArchitectureException
- extends RuntimeException
Top-level Architecture Rules Exception. All domain Exceptions should
extend this class.
- 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 |
ArchitectureException
public ArchitectureException()
- See Also:
RuntimeException#Exception()
ArchitectureException
public ArchitectureException(String message)
- See Also:
RuntimeException#Exception(String)
ArchitectureException
public ArchitectureException(String message,
Throwable cause)
- See Also:
RuntimeException#Exception(String, Throwable)
ArchitectureException
public ArchitectureException(Throwable cause)
- See Also:
RuntimeException#Exception(Throwable)
Copyright © 2007-2008. All Rights Reserved.