An exception class representing a failure during checking of the
specified jar files.
The Clirr coding conventions use checked exceptions (such as this one)
for errors whose cause is something external to the clirr library/app.
Unchecked exceptions are used for errors that are due to bugs within
clirr code (assertion-violation type problems).
|