Class UnresolvedExpressionException

All Implemented Interfaces:
Serializable

public class UnresolvedExpressionException extends DocxStamperException
This exception is thrown if an expression could not be processed by any comment processor.
Version:
${version}
Author:
Joseph Verron
See Also:
  • Constructor Details

    • UnresolvedExpressionException

      public UnresolvedExpressionException(String expression, Throwable cause)

      Constructor for UnresolvedExpressionException.

      Parameters:
      expression - the expression that could not be processed.
      cause - the root cause for this exception