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

com.google.sitebricks.routing.EventDispatchException Maven / Gradle / Ivy

package com.google.sitebricks.routing;

/**
 * @author Dhanji R. Prasanna (dhanji@gmail com)
 */
class EventDispatchException extends RuntimeException {
    public EventDispatchException(String msg, Exception e) {
        super(msg, e);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy