All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.enonic.xp.web.exception.ExceptionRenderer Maven / Gradle / Ivy

The newest version!
package com.enonic.xp.web.exception;

import com.enonic.xp.web.WebException;
import com.enonic.xp.web.WebRequest;
import com.enonic.xp.web.WebResponse;

public interface ExceptionRenderer
{
    WebResponse render( WebRequest req, WebException cause );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy