org.aitools.programd.util
Class UnspecifiedParameterError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.aitools.programd.util.UnspecifiedParameterError
- All Implemented Interfaces:
- Serializable
public class UnspecifiedParameterError
- extends Error
An error condition in which a necessary parameter has not been specified.
- Author:
- Noel Bush
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnspecifiedParameterError
public UnspecifiedParameterError(String paramName)
- Creates a new UnspecifiedParameterError about the given parameter name
- Parameters:
paramName - the name of the parameter that was not specified