Package com.pdftools.sign
Class Signer.Warning
- java.lang.Object
-
- java.util.EventObject
-
- com.pdftools.sign.Signer.Warning
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Signer
public class Signer.Warning extends java.util.EventObject
Event for non-critical errors occurring during signature processing
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WarningCategory
getCategory()
The category of the warningjava.lang.String
getContext()
A description of the context where the warning occurredjava.lang.String
getMessage()
The message describing the warning
-
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
The message describing the warning
-
getCategory
public WarningCategory getCategory()
The category of the warning
-
getContext
public java.lang.String getContext()
A description of the context where the warning occurred
-
-