com.renderx.xep.lib.ConfigurationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xmlcalabash-extension-stubs Show documentation
Show all versions of xmlcalabash-extension-stubs Show documentation
This artifact defines API stubs for compiling extension classes.
The newest version!
package com.renderx.xep.lib;
public class ConfigurationException extends Exception {
public ConfigurationException() {
throw new UnsupportedOperationException();
}
public ConfigurationException(String string) {
throw new UnsupportedOperationException();
}
public ConfigurationException(Exception excptn) {
throw new UnsupportedOperationException();
}
public ConfigurationException(String string, Exception excptn) {
throw new UnsupportedOperationException();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy