Package net.sf.jasperreports.engine.fill
Class JRFillInterruptedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.jasperreports.engine.JRRuntimeException
-
- net.sf.jasperreports.engine.fill.JRFillInterruptedException
-
- All Implemented Interfaces:
Serializable
public class JRFillInterruptedException extends JRRuntimeException
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
EXCEPTION_MESSAGE_KEY_REPORT_FILLING_PROCESS_INTERRUPTED
-
Fields inherited from class net.sf.jasperreports.engine.JRRuntimeException
EXCEPTION_MESSAGE_KEY_PREFIX, EXCEPTION_MESSAGES_BUNDLE
-
-
Constructor Summary
Constructors Constructor Description JRFillInterruptedException()
-
Method Summary
-
Methods inherited from class net.sf.jasperreports.engine.JRRuntimeException
getArgs, getMessage, getMessage, getMessageBundleName, getMessageKey, getMessageKeyPrefix, resolveMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
EXCEPTION_MESSAGE_KEY_REPORT_FILLING_PROCESS_INTERRUPTED
public static final String EXCEPTION_MESSAGE_KEY_REPORT_FILLING_PROCESS_INTERRUPTED
- See Also:
- Constant Field Values
-
-