net.sf.doolin.util
Class MissingParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MissingParameterException
public MissingParameterException(String name)
- Constructor
- Parameters:
name - Parameter name
getName
public String getName()
- Returns:
- Returns the name.
Copyright © 2011. All Rights Reserved.