org.apache.myfaces.trinidad.util
Interface Reportable
public interface Reportable
Interface for exceptions that tells whether the exception should be reported.
The implementation of this interface can be thrown to notify an exception without reporting it.
Method Summary |
boolean |
shouldReportMessage()
Return false if this exception should not be reported, otherwise true. |
shouldReportMessage
boolean shouldReportMessage()
- Return false if this exception should not be reported, otherwise true.
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.