org.camunda.bpm.engine.impl.util.EnsureUtil Maven / Gradle / Ivy
package org.camunda.bpm.engine.impl.util;
import org.camunda.bpm.engine.impl.__NotImplemented;
/**
* Referenced from {@link org.camunda.bpm.engine.delegate.BpmnError}
* Real implementation has dependencies to loggers (approx. 25 classes, configuration impl, context etc...)
*/
public interface EnsureUtil {
static void ensureNotEmpty(String string, String errorCode) {
throw __NotImplemented.EXCEPTION;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy