public class CheckerException
extends java.lang.RuntimeException
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).
Constructor and Description |
---|
CheckerException(java.lang.String msg) |
CheckerException(java.lang.String msg,
java.lang.Throwable cause) |
Copyright © 2003-2012 Lars K??hne. All Rights Reserved.