com.renderx.util.ErrorHandler 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.util;
public interface ErrorHandler {
void info(String string);
void warning(String string);
void error(String string);
void exception(String string, Exception excptn);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy