Class NPCException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.citizensnpcs.api.exception.NPCException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NPCLoadException

public abstract class NPCException extends Exception
Represents an Exception thrown by NPCs.
See Also:
  • Constructor Details

    • NPCException

      public NPCException(String msg)