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 TypeMethodDescriptionvoid
AbstractReport.endReport()
Empty default implementation.void
RatReport.endReport()
Signals the end of execution for the report.void
Empty default implementation.void
Performs the actual reporting on the given document.void
void
AbstractReport.startReport()
Empty default implementation.void
RatReport.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 TypeMethodDescriptionvoid
SimpleXmlClaimReporter.endReport()
void
void
SimpleXmlClaimReporter.startReport()
protected void
SimpleXmlClaimReporter.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 TypeMethodDescriptionvoid
Run a report over all files and directories in this GZIPWalker, ignoring any files/directories set to be ignored.void
Run a report over all files and directories in this DirectoryWalker, ignoring any files/directories set to be ignored.