org.xins.server
Class ParameterNotInitializedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.xins.server.ParameterNotInitializedException
- All Implemented Interfaces:
- Serializable
- public class ParameterNotInitializedException
- extends RuntimeException
Exception that indicates that it is attempted to get the value of a
parameter that has not been set.
- Since:
- XINS 1.0.0
- Version:
- $Revision: 1.11 $ $Date: 2006/08/28 09:12:33 $
- Author:
- Anthony Goubard
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParameterNotInitializedException
public ParameterNotInitializedException(String paramName)
throws IllegalArgumentException
- Constructs a new
ParameterNotInitializedException
for the
specified parameter.
- Parameters:
paramName
- the name of the parameter that is attempted to be retrieved, cannot
be null
.
- Throws:
IllegalArgumentException
- if paramName == null
.
See http://www.xins.org/.