Class GramException

    • Constructor Detail

      • GramException

        public GramException()
      • GramException

        public GramException​(int ec)
      • GramException

        public GramException​(String msg)
      • GramException

        public GramException​(int ec,
                             Throwable ex)
    • Method Detail

      • setErrorCode

        public void setErrorCode​(int ec)
      • getErrorCode

        public int getErrorCode()
      • getMessage

        public static String getMessage​(int errorCode)