Package cli_fmw.main

Examples of cli_fmw.main.DirectoryItemTrasheException


            throw new ClipsException("Ошибка при удалении элемента справочника '"
                    + getDirectoryTitle() +"'",ex);
        }
        if (result == DirectoryBean.TRASHE) {
            item.getDetails().hidden = true;
            throw new DirectoryItemTrasheException("Удаление невозможно, элемент помещен в корзину");
        }
    }
View Full Code Here

TOP

Related Classes of cli_fmw.main.DirectoryItemTrasheException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.