Class SpellException

java.lang.Object
java.lang.Throwable
java.lang.Exception
games.stendhal.server.entity.spell.exception.SpellException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InsufficientManaException, InvalidSpellTargetException, LevelRequirementNotFulfilledException, SpellNotCooledDownException

public class SpellException extends Exception
Exception super class in spell casting area
Author:
madmetzger
See Also:
Serialized Form
  • Constructor Details

    • SpellException

      public SpellException(String message)