| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
atg.core.exception.ContainerException
atg.repository.xml.DetailedRemoveException
public class DetailedRemoveException
Exception used to indicate errors occured while removing items from a repository.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSION | 
| Constructor Summary | |
|---|---|
| DetailedRemoveException()Default constructor. | |
| DetailedRemoveException(java.lang.String pStr)Constructor which takes String input. | |
| DetailedRemoveException(java.lang.String pStr,
                        java.lang.Throwable pSourceException)Constructor that takes another exception to wrap it, and also String. | |
| DetailedRemoveException(java.lang.Throwable pSourceException)Constructor that takes another exception to wrap it. | |
| Method Summary | |
|---|---|
|  java.util.Map | getErrorsMap()Returns Map of error messages to the exception messages. | 
|  java.lang.String | getItemDescriptorName()Returns Name of the ItemDescriptor of the item to be removed. | 
|  java.lang.String[] | getRemovedItemIds()Returns Ids of the items that have been removed | 
|  java.lang.String | getRepositoryName()Returns Repository name of the item | 
|  void | setErrorsMap(java.util.Map pErrorsMap)Sets Map of error messages to the exception messages. | 
|  void | setItemDescriptorName(java.lang.String pItemDescriptorName)Sets Name of the ItemDescriptor of the item to be removed. | 
|  void | setRemovedItemIds(java.lang.String[] pRemovedItemIds)Sets Ids of the items that have been removed | 
|  void | setRepositoryName(java.lang.String pRepositoryName)Sets Repository name of the item | 
| Methods inherited from class atg.core.exception.ContainerException | 
|---|
| getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toString | 
| Methods inherited from class java.lang.Throwable | 
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public DetailedRemoveException()
public DetailedRemoveException(java.lang.String pStr)
public DetailedRemoveException(java.lang.Throwable pSourceException)
public DetailedRemoveException(java.lang.String pStr,
                               java.lang.Throwable pSourceException)
| Method Detail | 
|---|
public java.lang.String getItemDescriptorName()
public void setItemDescriptorName(java.lang.String pItemDescriptorName)
ItemDescriptorName - public java.lang.String getRepositoryName()
public void setRepositoryName(java.lang.String pRepositoryName)
RepositoryName - public java.lang.String[] getRemovedItemIds()
public void setRemovedItemIds(java.lang.String[] pRemovedItemIds)
RemovedItemIds - public java.util.Map getErrorsMap()
public void setErrorsMap(java.util.Map pErrorsMap)
ErrorsMap - | 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||