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

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

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

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

public interface ExceptionMapper
{
    WebException map( Throwable cause );

    void throwIfNeeded( WebResponse res )
        throws WebException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy