
jtransc.internal.JTranscExceptions Maven / Gradle / Ivy
package jtransc.internal;
public class JTranscExceptions {
static public void invalidIndex() {
throw new IllegalArgumentException("Invalid index");
}
public static void illegalState() {
throw new IllegalStateException();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy