Object PmdDataParseException.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String toHex(ByteArray $self) Formats a ByteArray as a space-separated uppercase hex string suitable for inclusion in error messages.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • toHex

         final String toHex(ByteArray $self)

        Formats a ByteArray as a space-separated uppercase hex string suitable for inclusion in error messages.

        Do not call this with data that may contain personally identifiable or sensitive health information (e.g. GNSS coordinates, HR/PPI samples).