Interface Validateable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void validate()
      Validates the constructed audit message against the specification, because API does not completely prevent constructing incomplete or inconsistent messages.
    • Method Detail

      • validate

        void validate()
        Validates the constructed audit message against the specification, because API does not completely prevent constructing incomplete or inconsistent messages.
        Throws:
        AuditException