public static class ItemModelCloneCreator.CannotCloneException extends RuntimeException
| Modifier and Type | Method and Description |
|---|---|
ItemModelCloneCreator.CopyContext |
getCopyContext()
Returns the copy context of the failed clone operation.
|
Collection<ItemModel> |
getCreatedItems()
Extracts all newly created copies of the failed clone operation.
|
Collection<ItemModel> |
getPendingItems()
Extracts all pending source items of the failed clone operation.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ItemModelCloneCreator.CopyContext getCopyContext()
public Collection<ItemModel> getPendingItems()
public Collection<ItemModel> getCreatedItems()
Copyright © 2017 SAP SE. All Rights Reserved.