Package org.nekosoft.pdffer.exception
Class MissingPayloadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nekosoft.pdffer.exception.PdfTemplateException
org.nekosoft.pdffer.exception.MissingPayloadException
- All Implemented Interfaces:
Serializable
An exception indicating that there is no payload in the template instance. It means that the
PdfTemplate.setPayload(Object)
method has not yet been invoked but the
operation that was requested needed a payload to proceed.- See Also:
- Serialized Form
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingPayloadException
public MissingPayloadException()
-