| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.portal.state.exceptions.StateException
com.ibm.portal.state.exceptions.PropertyException
com.ibm.portal.state.exceptions.MissingPropertyException
public abstract class MissingPropertyException
Exception representing the error case that a mandatory property has not been specified in a particular properties file.
| Field Summary |
|---|
| Fields inherited from class com.ibm.portal.state.exceptions.PropertyException |
|---|
| key, props |
| Constructor Summary | |
|---|---|
| MissingPropertyException(java.lang.String aKey,
Properties aProps)
Initializes the exception by specifying the is missed | |
| Method Summary |
|---|
| Methods inherited from class com.ibm.portal.state.exceptions.PropertyException |
|---|
| getKey, getProps |
| 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 |
| Methods inherited from interface com.ibm.portal.Localized |
|---|
| getDescription, getLocales, getTitle |
| Constructor Detail |
|---|
public MissingPropertyException(java.lang.String aKey,
Properties aProps)
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||