com.ibm.portal.state.accessors.exceptions
Class MissingSelectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.portal.state.exceptions.StateException
              extended by com.ibm.portal.state.accessors.exceptions.SelectionAccessorException
                  extended by 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
 
Fields inherited from class com.ibm.portal.state.accessors.exceptions.SelectionAccessorException
accessor
 
Constructor Summary
MissingSelectionException(StateHolder aState, SelectionAccessor aAccessor)
          The selection could not be determined
 
Method Summary
 StateHolder getState()
           
 
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
 

Field Detail

state

protected final StateHolder state
the state holder that does not contain a selection

Constructor Detail

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
Method Detail

getState

public StateHolder getState()
Returns:
the state holder that does not contain a selection