corelib.services.web.webapplications
Class MissingInitParamException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by corelib.services.web.webapplications.MissingInitParamException
All Implemented Interfaces:
java.io.Serializable

public class MissingInitParamException
extends java.lang.RuntimeException

This class is used to defines exceptions there thrown if a required init parameter is not defined in the web.xml deployment descriptor of your WAR (Web ARchive).

Since:
0.4.0
Author:
Alexia Ramaļoli & Dominique Liard
See Also:
Serialized Form

Constructor Summary
MissingInitParamException(java.lang.String missingKeyName)
          Class constructor.
MissingInitParamException(java.lang.String missingKeyName, java.lang.Throwable exception)
          Class constructor.
MissingInitParamException(java.lang.Throwable exception)
          Class constructor.
 
Method Summary
 
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

MissingInitParamException

public MissingInitParamException(java.lang.String missingKeyName)
Class constructor.

Parameters:
missingKeyName - The name of the missing key.

MissingInitParamException

public MissingInitParamException(java.lang.Throwable exception)
Class constructor.

Parameters:
exception - The exception that is cause this exception.

MissingInitParamException

public MissingInitParamException(java.lang.String missingKeyName,
                                 java.lang.Throwable exception)
Class constructor.

Parameters:
missingKeyName - The name of the missing key.
exception - The exception that is cause this exception.


CAUTION: Ellipse is proposed to you in BETA version to allow evaluation of this framework. Infini Software is released from any responsibility for the use of Ellipse Framework.

Copyright 2012 Infini Software - All Rights Reserved.