com.seventytwomiles.architecturerules.exceptions
Class ArchitectureException

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

Constructor Summary
ArchitectureException()
           
ArchitectureException(String message)
           
ArchitectureException(String message, Throwable cause)
           
ArchitectureException(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

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.