|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.ibm.portal.state.accessors.exceptions
Class SelectionMappingInvalidException
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.SelectionMappingInvalidException
- All Implemented Interfaces:
- Localized, java.io.Serializable
public abstract class SelectionMappingInvalidException
- extends SelectionAccessorException
Exception which should be thrown in case that a given ObjectID
of a navigation node cannot be mapped to a target ObjectID.
- Since:
- 5.1
- See Also:
- Serialized Form
Field Summary
|
protected ObjectID |
label
Label for that the mapping could not be retrieved |
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 |
label
protected ObjectID label
- Label for that the mapping could not be retrieved
SelectionMappingInvalidException
public SelectionMappingInvalidException(ObjectID aLabel,
SelectionAccessor aAccessor)
- Parameters:
- aLabel - Label for that the mapping could not be retrieved
- aAccessor - Label selection accessor that caused the exception
SelectionMappingInvalidException
public SelectionMappingInvalidException(ObjectID aLabel,
SelectionAccessor aAccessor,
java.lang.Exception aRoot)
- Parameters:
- aLabel - Label for that the mapping could not be retrieved
- aAccessor - Label selection accessor that caused the exception
- aRoot - Root cause for the exception
getLabel
public ObjectID getLabel()
- Returns:
- Label for that the mapping could not be retrieved
|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |