Class NotConsumableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.mythicalflame.spigotmodding.exceptions.NotConsumableException
All Implemented Interfaces:
Serializable

public class NotConsumableException extends RuntimeException
This exception is thrown when a ModdedConsumable is attempted to be initialized with a Material that is not edible.
See Also:
  • Constructor Details

    • NotConsumableException

      public NotConsumableException(String msg)