net.trajano.twiff
Class MissingInitialParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.trajano.twiff.TwiffException
net.trajano.twiff.MissingInitialParameterException
- All Implemented Interfaces:
- Serializable
public class MissingInitialParameterException
- extends TwiffException
Subclass of TwiffException
when there are initial
parameters that are not set in the web.xml file.
- Author:
- Archimedes Trajano
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MissingInitialParameterException
public MissingInitialParameterException(String parameterName)
- Construct a new exception with no cause and the specified detail message.
- Parameters:
parameterName
- initial parameter name that is missing
getParameterName
public final String getParameterName()
- Returns the intialization parameter name that was not found.
- Returns:
- the parameter name.
Copyright © 2004-2005 trajano.net. All Rights Reserved.