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

info.bliki.wiki.filter.InvalidPreWikiTag Maven / Gradle / Ivy

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

/**
 * The WikipediaPreTagParser throws this exception if the text line
 * which should be converted contains a tag which could not be rendered in a
 * PRE tag environment.
 *
 */
public class InvalidPreWikiTag extends RuntimeException {
    /**
     *
     */
    private static final long serialVersionUID = -3851294684136165109L;

    public InvalidPreWikiTag(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy