![JAR search and dependency download from the Maven repository](/logo.png)
com.github.dnbn.submerge.api.parser.exception.InvalidSRTSubException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of submerge-api Show documentation
Show all versions of submerge-api Show documentation
Library to manage SRT and ASS subtitles
The newest version!
package com.github.dnbn.submerge.api.parser.exception;
public class InvalidSRTSubException extends InvalidSubException {
private static final long serialVersionUID = -8672533341983848962L;
public InvalidSRTSubException() {
}
public InvalidSRTSubException(String arg0) {
super(arg0);
}
public InvalidSRTSubException(Throwable arg0) {
super(arg0);
}
public InvalidSRTSubException(String arg0, Throwable arg1) {
super(arg0, arg1);
}
public InvalidSRTSubException(String arg0, Throwable arg1, boolean arg2, boolean arg3) {
super(arg0, arg1, arg2, arg3);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy