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
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 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
-
CodexItemException
-