ALBPM Process API (PAPI)

fuego.papi
Class ViewOperationException

java.lang.Object
  extended byDefaultException
      extended byfuego.papi.OperationException
          extended byfuego.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

Constructor Summary
ViewOperationException(String viewId)
          Creates a new ViewOperationException object with the specified view ID.
 
Method Summary
 String getViewId()
          Returns the view ID where the operation was executed.
 
Methods inherited from class fuego.papi.OperationException
wrap
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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

getViewId

public String getViewId()
Returns the view ID where the operation was executed.

Returns:
the view ID where the operation was executed.

ALBPM Process API (PAPI)

© Copyright 1996/2005 Fuego Inc. All Rights Reserved