net.sf.doolin.util
Class MissingParameterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.doolin.util.MissingParameterException
All Implemented Interfaces:
Serializable

public class MissingParameterException
extends RuntimeException

Thrown when a parameter is missing. This exception is used by ParameterSet.

Author:
Damien Coraboeuf
See Also:
Serialized Form

Constructor Summary
MissingParameterException(String name)
          Constructor
 
Method Summary
 String getName()
           
 
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(String name)
Constructor

Parameters:
name - Parameter name
Method Detail

getName

public String getName()
Returns:
Returns the name.


Copyright © 2011. All Rights Reserved.