Uses of Class
com.puppycrawl.tools.checkstyle.checks.coding.AbstractIllegalCheck

Packages that use AbstractIllegalCheck
com.puppycrawl.tools.checkstyle.checks.coding Contains the Coding checks that are bundled with the main distribution. 
 

Uses of AbstractIllegalCheck in com.puppycrawl.tools.checkstyle.checks.coding
 

Subclasses of AbstractIllegalCheck in com.puppycrawl.tools.checkstyle.checks.coding
 class IllegalCatchCheck
          Catching java.lang.Exception, java.lang.Error or java.lang.RuntimeException is almost never acceptable.
 class IllegalThrowsCheck
          Throwing java.lang.Error or java.lang.RuntimeException is almost never acceptable.
 



Copyright © 2001-2010. All Rights Reserved.