Skip navigation links
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.
Skip navigation links
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.