Package net.sf.jasperreports.governors
Class MaxPagesGovernorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.sf.jasperreports.engine.JRException
-
- net.sf.jasperreports.engine.JRScriptletException
-
- net.sf.jasperreports.governors.GovernorException
-
- net.sf.jasperreports.governors.MaxPagesGovernorException
-
- All Implemented Interfaces:
java.io.Serializable
public class MaxPagesGovernorException extends GovernorException
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringEXCEPTION_MESSAGE_KEY_MAX_PAGES_LIMIT_EXCEEDED-
Fields inherited from class net.sf.jasperreports.engine.JRException
EXCEPTION_MESSAGE_KEY_PREFIX, EXCEPTION_MESSAGES_BUNDLE
-
-
Constructor Summary
Constructors Constructor Description MaxPagesGovernorException(java.lang.String reportName, int maxPages)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMaxPages()-
Methods inherited from class net.sf.jasperreports.engine.JRException
getArgs, getMessage, getMessage, getMessageBundleName, getMessageKey, getMessageKeyPrefix, resolveMessage
-
-
-
-
Field Detail
-
EXCEPTION_MESSAGE_KEY_MAX_PAGES_LIMIT_EXCEEDED
public static final java.lang.String EXCEPTION_MESSAGE_KEY_MAX_PAGES_LIMIT_EXCEEDED
- See Also:
- Constant Field Values
-
-