Package org.apache.roller.ui.rendering

Examples of org.apache.roller.ui.rendering.RenderingException


           
            log.debug("Rendered ["+renderTemplate.getId()+"] in "+renderTime+" secs");
           
        } catch (Exception ex) {
            // wrap and rethrow so caller can deal with it
            throw new RenderingException("Error during rendering", ex);
        }
    }
View Full Code Here

TOP

Related Classes of org.apache.roller.ui.rendering.RenderingException

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.