fuego.papi
Class ViewOperationException
java.lang.Object
DefaultException
fuego.papi.OperationException
fuego.papi.ViewOperationException
- Direct Known Subclasses:
- CannotRemoveViewException, DeprecatedViewException, InvalidVariableIdException, InvalidViewTypeException, PresentationNotFoundException, ViewAlreadyExistException, ViewFilterNotAvailableException, ViewHasChildrenException, ViewNotFoundException, ViewsForTypeNotAvailableException
- public class ViewOperationException
- extends OperationException
Superclass of View Exceptions. Thrown when an operation on a view cannot be performed successfully.
- See Also:
- Serialized Form
|
Method Summary |
String |
getViewId()
Returns the view ID where the operation was executed. |
ViewOperationException
public ViewOperationException(String viewId)
- Creates a new ViewOperationException object with the specified view ID.
- Parameters:
viewId - The view ID where the operation was executed.
getViewId
public String getViewId()
- Returns the view ID where the operation was executed.
- Returns:
- the view ID where the operation was executed.
© Copyright 1996/2005 Fuego Inc. All Rights Reserved