Package ch.threema.apitool.exceptions
Class InvalidHexException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.threema.apitool.exceptions.InvalidHexException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidHexException
-