Package net.sf.qualitytest.exception

Exception Summary
BlueprintCycleException Thrown to indicate a cycle in the graph while blueprinting.
BlueprintException  
CoverageForPrivateConstructorException Thrown to indicate that an error occured while giving coverage to a private constructor.
IllegalClassWithPublicDefaultConstructorException Thrown to indicate that a class has a public default constructor which should be private.
IllegalMissingAnnotationOnMethodException Thrown to indicate that an annotation is missing on a public method of a class.
IllegalNonFinalClassException Thrown to indicate that a class is not final.
IllegalNonFinalStaticException Thrown to indicate that a class contains a non-final static field.
NoPublicConstructorException Thrown to indicate that a class does not have a public constructor and therefore blueprinting is not available.
 



Copyright © 2012-2013. All Rights Reserved.