
org.daisy.dotify.impl.text.UndefinedNumberException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dotify.text.impl Show documentation
Show all versions of dotify.text.impl Show documentation
Implementation of Dotify Text API
package org.daisy.dotify.impl.text;
public class UndefinedNumberException extends Exception {
/**
*
*/
private static final long serialVersionUID = 6238381557199228181L;
public UndefinedNumberException() {
super();
}
public UndefinedNumberException(String message, Throwable cause) {
super(message, cause);
}
public UndefinedNumberException(String message) {
super(message);
}
public UndefinedNumberException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy