Uses of Class
net.sf.mud4j.effect.EffectException

Packages that use EffectException
net.sf.mud4j.effect Provides interfaces and classes for effectable objects, effect behaviors, and implementations. 
 

Uses of EffectException in net.sf.mud4j.effect
 

Subclasses of EffectException in net.sf.mud4j.effect
 class NoSuchEffectException
          Exception that occurs when there is no such effect.
 

Methods in net.sf.mud4j.effect that throw EffectException
 void EffectBehavior.addEffect(Effect effect)
          Add effect to behavior object.
 void Effect.apply()
          Apply effect on the target.
 void AbstractItemEffect.apply()
          Apply effect on the target.
abstract  void AbstractEffect.apply()
          Apply effect on the target.
 void EffectBehavior.removeEffect(Effect effect)
          Remove effect from behavior object.
 void Effect.undo()
          Undo the effect from the target.
 void AbstractItemEffect.undo()
          Undo the effect from the target.
abstract  void AbstractEffect.undo()
          Undo the effect from the target.
 



Copyright © 2006-2007 mud4j. All Rights Reserved.