org.xins.server
Class ParameterNotInitializedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.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.16 $ $Date: 2008/07/04 10:22:51 $
Author:
Anthony Goubard
See Also:
Serialized Form

Constructor Summary
ParameterNotInitializedException(String paramName)
          Constructs a new ParameterNotInitializedException for the specified parameter.
 
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

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/.