Class InvalidHexException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.threema.apitool.exceptions.InvalidHexException
All Implemented Interfaces:
Serializable

public class InvalidHexException extends RuntimeException
Exception that gets thrown when a hex-encoded value could not be decoded (e.g. because it contains non-hex characters or because the character length is not even).
See Also:
  • Constructor Details

    • InvalidHexException

      public InvalidHexException(String s)