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

info.bliki.wiki.model.WikiModelContentException Maven / Gradle / Ivy

The newest version!
package info.bliki.wiki.model;

/**
 * This exception will be thrown, if there's a problem in getting the raw wiki
 * text.
 *
 */
public class WikiModelContentException extends Exception {
    public WikiModelContentException(String message, Throwable exception) {
        super(message, exception);

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy