Class NotWearableException

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

public class NotWearableException extends RuntimeException
This exception is thrown when a ModdedArmorPiece is attempted to be initialized with a non-wearable Material.
See Also:
  • Constructor Details

    • NotWearableException

      public NotWearableException(String msg)