
org.tiny.seg.exception.DictLoadRuntimeException Maven / Gradle / Ivy
The newest version!
package org.tiny.seg.exception;
public class DictLoadRuntimeException extends RuntimeException {
/**
*
*/
private static final long serialVersionUID = 477348145922796742L;
public DictLoadRuntimeException(Throwable t) {
super(t);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy