|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
corelib.services.web.webapplications.MissingInitParamException
public class MissingInitParamException
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).
| 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 |
|---|
public MissingInitParamException(java.lang.String missingKeyName)
missingKeyName - The name of the missing key.public MissingInitParamException(java.lang.Throwable exception)
exception - The exception that is cause this exception.
public MissingInitParamException(java.lang.String missingKeyName,
java.lang.Throwable exception)
missingKeyName - The name of the missing key.exception - The exception that is cause this exception.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||