net.sf.clirr.core
Class CheckerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
CheckerException(java.lang.String msg)
           
CheckerException(java.lang.String msg, java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

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.