Class CodexItemException

java.lang.Object
java.lang.Throwable
java.lang.Exception
studio.magemonkey.codex.api.items.exception.CodexItemException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MissingItemException, MissingProviderException

public class CodexItemException extends Exception
Thrown when an attempting to use an ICodexItemProvider. If a provider is missing, or the plugin it hooks into is not enabled, a MissingProviderException is thrown. If an items is missing from a provider, a MissingItemException is thrown.
See Also:
  • Constructor Details

    • CodexItemException

      public CodexItemException(String message)