Package com.pdftools.sign
Class Signer.Warning
java.lang.Object
java.util.EventObject
com.pdftools.sign.Signer.Warning
- All Implemented Interfaces:
Serializable
- Enclosing class:
Signer
Event for non-critical errors occurring during signature processing
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionThe category of the warningA description of the context where the warning occurredThe message describing the warningMethods inherited from class java.util.EventObject
getSource, toString
-
Method Details
-
getMessage
The message describing the warning -
getCategory
The category of the warning -
getContext
A description of the context where the warning occurred
-