| java.lang.Object org.jfree.report.util.ReportConfigurationUtil
ReportConfigurationUtil | public class ReportConfigurationUtil (Code) | | An Utility class that simplifies using the report configuration.
author: Thomas Morgner |
Method Summary | |
public static boolean | isStrictErrorHandling(Configuration config) Checks, whether report processing should be aborted when an exception
occurs.
Parameters: config - the configuration. |
isStrictErrorHandling | public static boolean isStrictErrorHandling(Configuration config)(Code) | | Checks, whether report processing should be aborted when an exception
occurs.
Parameters: config - the configuration. if strict error handling is enabled. |
|
|