net.sf.clirr.core
Class CheckerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.clirr.core.CheckerException
- All Implemented Interfaces:
- java.io.Serializable
public class CheckerException
- extends java.lang.RuntimeException
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).
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CheckerException
public CheckerException(java.lang.String msg)
CheckerException
public CheckerException(java.lang.String msg,
java.lang.Throwable cause)
Copyright © 2003-2005 Lars Kühne. All Rights Reserved.