fr.noop.subtitle.model.SubtitleParsingException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of subtitle Show documentation
Show all versions of subtitle Show documentation
Convert subtitles from one format to another format.
Supported formats: STL EBU, TTML SMI, VTT, SRT, STT XML, ASS
/*
* This file is part of the noOp organization .
*
* (c) Cyrille Lebeaupin
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
*/
package fr.noop.subtitle.model;
/**
* Created by clebeaupin on 12/10/15.
*/
public class SubtitleParsingException extends Exception {
public SubtitleParsingException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy