Uses of Class
se.entitymanager.logic.EntityPasteFailedException

Packages that use EntityPasteFailedException
se.entitymanager.logic   
se.entitymanager.logic.file   
 

Uses of EntityPasteFailedException in se.entitymanager.logic
 

Methods in se.entitymanager.logic that throw EntityPasteFailedException
 void LogicFacade.paste(EntityInterface destinationEntity)
          Pastes to an entity.
 

Uses of EntityPasteFailedException in se.entitymanager.logic.file
 

Methods in se.entitymanager.logic.file that throw EntityPasteFailedException
protected  void ZippedFile.paste()
           
protected  void ZippedDirectoryFile.paste()
           
protected  void ZipFile.paste()
           
protected  void RegularFile.paste()
           
protected  void FileSystemsRootFile.paste()
           
protected  void DirectoryFile.paste()
           
protected abstract  void AbstractFile.paste()
          Paste the file from the clipboard.
 void FileLogicFacade.paste(EntityInterface destinationEntity)
           
protected  void DirectoryFile.pasteTo()