Uses of Class
com.puppycrawl.tools.checkstyle.api.CheckstyleException

Packages that use CheckstyleException
com.puppycrawl.tools.checkstyle Contains the implementation of the Checkstyle framework. 
com.puppycrawl.tools.checkstyle.api Contains the core API to be used to implement checks. 
com.puppycrawl.tools.checkstyle.checks.header File Header checks. 
com.puppycrawl.tools.checkstyle.filters Contains the filters that are bundled with the main distribution. 
 

Uses of CheckstyleException in com.puppycrawl.tools.checkstyle
 

Methods in com.puppycrawl.tools.checkstyle that throw CheckstyleException
 java.lang.Object ModuleFactory.createModule(java.lang.String aName)
          Creates a new instance of a class from a given name.
 void Checker.finishLocalSetup()
           
 java.lang.String DefaultConfiguration.getAttribute(java.lang.String aName)
          The attribute value for an attribute name.
static java.util.Set<java.lang.String> PackageNamesLoader.getPackageNames(java.lang.ClassLoader aClassLoader)
          Returns the set of package names, compiled from all checkstyle_packages.xml files found on the given classloaders classpath.
static Configuration ConfigurationLoader.loadConfiguration(org.xml.sax.InputSource aConfigSource, PropertyResolver aOverridePropsResolver, boolean aOmitIgnoredModules)
          Returns the module configurations from a specified input source.
static Configuration ConfigurationLoader.loadConfiguration(java.io.InputStream aConfigStream, PropertyResolver aOverridePropsResolver, boolean aOmitIgnoredModules)
          Deprecated. As this method does not provide a valid system ID, preventing resolution of external entities, a version using an InputSource should be used instead
static Configuration ConfigurationLoader.loadConfiguration(java.lang.String aConfig, PropertyResolver aOverridePropsResolver)
          Returns the module configurations in a specified file.
static Configuration ConfigurationLoader.loadConfiguration(java.lang.String aConfig, PropertyResolver aOverridePropsResolver, boolean aOmitIgnoredModules)
          Returns the module configurations in a specified file.
 java.lang.String PropertyResolver.resolve(java.lang.String aName)
          Resolves a property name to it's value.
protected  void Checker.setupChild(Configuration aChildConf)
           
 void TreeWalker.setupChild(Configuration aChildConf)
           
 

Constructors in com.puppycrawl.tools.checkstyle that throw CheckstyleException
Checker()
          Creates a new Checker instance.
 

Uses of CheckstyleException in com.puppycrawl.tools.checkstyle.api
 

Methods in com.puppycrawl.tools.checkstyle.api that throw CheckstyleException
 void AutomaticBean.configure(Configuration aConfiguration)
          Implements the Configurable interface using bean introspection.
 void Configurable.configure(Configuration aConfiguration)
          Configures this component.
 void Contextualizable.contextualize(Context aContext)
          Sets the context for this Component.
 void AutomaticBean.contextualize(Context aContext)
          Implements the Contextualizable interface using bean introspection.
protected  void AutomaticBean.finishLocalSetup()
          Provides a hook to finish the part of this component's setup that was not handled by the bean introspection.
 java.lang.String Configuration.getAttribute(java.lang.String aName)
          The attribute value for an attribute name.
protected  void AutomaticBean.setupChild(Configuration aChildConf)
          Called by configure() for every child of this component's Configuration.
 

Uses of CheckstyleException in com.puppycrawl.tools.checkstyle.checks.header
 

Methods in com.puppycrawl.tools.checkstyle.checks.header that throw CheckstyleException
protected  void AbstractHeaderCheck.finishLocalSetup()
           
 

Uses of CheckstyleException in com.puppycrawl.tools.checkstyle.filters
 

Methods in com.puppycrawl.tools.checkstyle.filters that throw CheckstyleException
static FilterSet SuppressionsLoader.loadSuppressions(java.lang.String aFilename)
          Returns the suppression filters in a specified file.
 void SuppressionFilter.setFile(java.lang.String aFileName)
          Loads the suppressions for a file.
 



Copyright © 2001-2010. All Rights Reserved.