All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.camunda.bpm.engine.impl.util.EnsureUtil Maven / Gradle / Ivy

There is a newer version: 7.22.0
Show newest version
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