Class 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 warning
      java.lang.String getContext()
      A description of the context where the warning occurred
      java.lang.String getMessage()
      The message describing the warning
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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