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

org.wickedsource.docxstamper.api.UnresolvedExpressionException Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package org.wickedsource.docxstamper.api;

public class UnresolvedExpressionException extends DocxStamperException {

    public UnresolvedExpressionException(String expression, Throwable cause) {
        super(String.format("The following expression could not be processed by any comment processor: %s", expression), cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy