Package com.astamuse.asta4d.util

Examples of com.astamuse.asta4d.util.GroupedException


            }
        }

        // if there are exceptions in after process, we should throw them.
        if (!exList.isEmpty()) {
            GroupedException ge = new GroupedException();
            ge.setExceptionList(exList);
            logger.error("There are exception(s) orrcured on after interceptor process", ge);
            throw ge;
        }
    }
View Full Code Here

TOP

Related Classes of com.astamuse.asta4d.util.GroupedException

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.