net.sourceforge.rpgee.dice.exceptions
Class MissingParameterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.rpgee.exceptions.KeyMessageBasedException
              extended by net.sourceforge.rpgee.dice.exceptions.RandomValueException
                  extended by net.sourceforge.rpgee.dice.exceptions.InvalidParameterException
                      extended by net.sourceforge.rpgee.dice.exceptions.MissingParameterException
All Implemented Interfaces:
java.io.Serializable

public class MissingParameterException
extends InvalidParameterException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sourceforge.rpgee.exceptions.KeyMessageBasedException
DEFAULT_MESSAGE
 
Constructor Summary
MissingParameterException(java.lang.String _key, java.lang.String _paramName)
           
 
Method Summary
 java.lang.String getParmeterName()
           
 
Methods inherited from class net.sourceforge.rpgee.exceptions.KeyMessageBasedException
getKey
 
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

MissingParameterException

public MissingParameterException(java.lang.String _key,
                                 java.lang.String _paramName)
Method Detail

getParmeterName

public java.lang.String getParmeterName()


Copyright © 2006 An Infinite Number of Monkeys. All Rights Reserved.