net.sf.mud4j.effect
Class EffectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.mud4j.effect.EffectException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NoSuchEffectException

public class EffectException
extends java.lang.Exception

Effect exception that occurs when an operation on an effect cannot occur.

Author:
Matthew Purland
See Also:
Serialized Form

Constructor Summary
EffectException(java.lang.String mesg)
           
EffectException(java.lang.String mesg, java.lang.Throwable obj)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EffectException

public EffectException(java.lang.String mesg)

EffectException

public EffectException(java.lang.String mesg,
                       java.lang.Throwable obj)


Copyright © 2006-2007 mud4j. All Rights Reserved.