Class ConfigException

    • Constructor Detail

      • ConfigException

        public ConfigException​(String message)
      • ConfigException

        public ConfigException​(Throwable cause)
      • ConfigException

        public ConfigException​(String message,
                               Throwable cause)
    • Method Detail

      • setMetadata

        public void setMetadata​(@NotNull
                                String key,
                                @NotNull
                                Object value)
      • getMetadata

        @Nullable
        public Object getMetadata​(@NotNull
                                  String key)