Class MissingPayloadException

All Implemented Interfaces:
Serializable

public class MissingPayloadException extends PdfTemplateException
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 Details

    • MissingPayloadException

      public MissingPayloadException()