net.sf.mud4j.effect
Class NoSuchEffectException

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

public class NoSuchEffectException
extends EffectException

Exception that occurs when there is no such effect.

Author:
Matthew Purland
See Also:
Serialized Form

Constructor Summary
NoSuchEffectException(java.lang.String mesg)
           
NoSuchEffectException(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

NoSuchEffectException

public NoSuchEffectException(java.lang.String mesg)

NoSuchEffectException

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


Copyright © 2006-2007 mud4j. All Rights Reserved.