org.paylogic.fogbugz.NoSuchCaseException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Fogbugz Show documentation
Show all versions of Fogbugz Show documentation
Java classes to provide interface to work with FogBugz 7+ XML API
package org.paylogic.fogbugz;
public class NoSuchCaseException extends Exception {
public NoSuchCaseException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy