|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.ibm.portal.state.exceptions
Class MissingPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.portal.state.exceptions.StateException
com.ibm.portal.state.exceptions.PropertyException
com.ibm.portal.state.exceptions.MissingPropertyException
- All Implemented Interfaces:
- Localized, java.io.Serializable
public abstract class MissingPropertyException
- extends PropertyException
Exception representing the error case that a mandatory property has not been
specified in a particular properties file.
- Since:
- 5.1
- See Also:
- Serialized Form
Constructor Summary
|
MissingPropertyException(java.lang.String aKey,
Properties aProps)
Initializes the exception by specifying the is missed |
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 |
MissingPropertyException
public MissingPropertyException(java.lang.String aKey,
Properties aProps)
- Initializes the exception by specifying the is missed
- Parameters:
- aKey - Key of the property in the property collection
- aProps - Property collection that contains the invalid property
|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |