|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.ibm.portal.state.accessors.exceptions
Class MissingSelectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.portal.state.exceptions.StateException
com.ibm.portal.state.accessors.exceptions.SelectionAccessorException
com.ibm.portal.state.accessors.exceptions.MissingSelectionException
- All Implemented Interfaces:
- Localized, java.io.Serializable
public abstract class MissingSelectionException
- extends SelectionAccessorException
Exception representing the error case that the selection accessor
cannot find any selection information in the state holder.
- Since:
- 5.1
- See Also:
- Serialized Form
Field Summary
|
protected StateHolder |
state
the state holder that does not contain a selection |
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 |
state
protected final StateHolder state
- the state holder that does not contain a selection
MissingSelectionException
public MissingSelectionException(StateHolder aState,
SelectionAccessor aAccessor)
- The selection could not be determined
- Parameters:
- aAccessor - Selection accessor that caused the exception
- aState - the state holder that does not contain a selection
getState
public StateHolder getState()
- Returns:
- the state holder that does not contain a selection
|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |