org.blojsom.plugin.registration
Class MissingParameterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.blojsom.BlojsomException
              extended byorg.blojsom.plugin.PluginException
                  extended byorg.blojsom.plugin.registration.MissingParameterException
All Implemented Interfaces:
java.io.Serializable

public class MissingParameterException
extends PluginException

Exception indicating that a required parameter is missing.

Version:
$Id: MissingParameterException.java,v 1.2 2007/01/17 02:35:05 czarneckid Exp $
Author:
Eric Broyles
See Also:
Serialized Form

Constructor Summary
MissingParameterException()
           
 
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()