Class H3Exception

All Implemented Interfaces:
Serializable

public class H3Exception
extends RuntimeException
An exception from the H3 core library.

The error code contained in an H3Exception comes from the H3 core library. The H3 documentation contains a table of error codes.

See Also:
Serialized Form
  • Constructor Details

    • H3Exception

      public H3Exception​(int code)
  • Method Details

    • getCode

      public int getCode()
    • codeToMessage

      public static String codeToMessage​(int code)