Package org.nekosoft.pdffer.exception
Class InvalidPayloadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nekosoft.pdffer.exception.PdfferException
org.nekosoft.pdffer.exception.PdfferProducerException
org.nekosoft.pdffer.exception.InvalidPayloadException
- All Implemented Interfaces:
Serializable
An exception raised when the producer was given a payload that does not pass template validation.
- 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
-
InvalidPayloadException
Creates a new instance.- Parameters:
payload
- the payload that fails validation
-
-
Method Details
-
getPayload
Gets the payload that fails validation.- Returns:
- the payload that fails validation
-