|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IArgcheckFailHandler
Argcheck failure handlers should implement this interface.
Method Summary | |
---|---|
void |
handle(java.lang.String msg)
This method will be called on by the fc.app.Checker class in
case of an Argcheck failure. |
Method Detail |
---|
void handle(java.lang.String msg)
fc.app.Checker
class in
case of an Argcheck failure. See fc.app.Argcheck
.
Therefore, implementations can do neat things like writing detailed thread/stack information or even paging/sending email. After doing other handling, Implementations should end this method by throwing a RuntimeException (unless there is a very strong reason not to).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |