Uses of Class
com.sas.lsaf.content.workspace.WorkspaceItemException
-
Packages that use WorkspaceItemException Package Description com.sas.lsaf.content.workspace Classes and interfaces to manage content in the current user's workspace. -
-
Uses of WorkspaceItemException in com.sas.lsaf.content.workspace
Subclasses of WorkspaceItemException in com.sas.lsaf.content.workspace Modifier and Type Class Description class
WorkspaceItemCopyException
Thrown when the workspace item cannot be copied as requested.class
WorkspaceItemDeleteException
Thrown when the workspace item cannot be deleted as requested.class
WorkspaceItemExistsException
Thrown when an attempt is made to create a workspace item in the workspace and an item with that name exists.class
WorkspaceItemMoveException
Thrown when the workspace item cannot be moved as requested.class
WorkspaceItemNotFoundException
Thrown when the specified workspace item is not found in the workspace.class
WorkspaceMarkForAddException
Thrown when the workspace item cannot be marked for addition to the repository.
-