Uses of Class
org.apache.rat.api.RatException
Packages that use RatException
Package
Description
-
Uses of RatException in org.apache.rat.analysis
Constructors in org.apache.rat.analysis with parameters of type RatException -
Uses of RatException in org.apache.rat.document.impl
Constructors in org.apache.rat.document.impl that throw RatException -
Uses of RatException in org.apache.rat.report
Methods in org.apache.rat.report that throw RatExceptionModifier and TypeMethodDescriptionvoidAbstractReport.endReport()Empty default implementation.voidRatReport.endReport()Signals the end of execution for the report.voidEmpty default implementation.voidPerforms the actual reporting on the given document.voidvoidAbstractReport.startReport()Empty default implementation.voidRatReport.startReport()Signals the start of execution for the report. -
Uses of RatException in org.apache.rat.report.claim.impl
Methods in org.apache.rat.report.claim.impl that throw RatException -
Uses of RatException in org.apache.rat.report.claim.impl.xml
Methods in org.apache.rat.report.claim.impl.xml that throw RatExceptionModifier and TypeMethodDescriptionvoidSimpleXmlClaimReporter.endReport()voidvoidSimpleXmlClaimReporter.startReport()protected voidSimpleXmlClaimReporter.writeClaim(String pPredicate, String pObject, boolean pLiteral)Writes a single claim to the XML file. -
Uses of RatException in org.apache.rat.report.claim.util
Methods in org.apache.rat.report.claim.util that throw RatException -
Uses of RatException in org.apache.rat.walker
Methods in org.apache.rat.walker that throw RatExceptionModifier and TypeMethodDescriptionvoidRun a report over all files and directories in this GZIPWalker, ignoring any files/directories set to be ignored.voidRun a report over all files and directories in this DirectoryWalker, ignoring any files/directories set to be ignored.