Module pro.verron.officestamper
Package org.wickedsource.docxstamper.api
Class UnresolvedExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
pro.verron.officestamper.api.OfficeStamperException
org.wickedsource.docxstamper.api.UnresolvedExpressionException
- All Implemented Interfaces:
Serializable
This exception is thrown if an expression could not be processed by any comment processor.
- Since:
- 1.0.3
- Version:
- ${version}
- Author:
- Joseph Verron, Tom Hombergs
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnresolvedExpressionException(String expression, Throwable cause) Constructor for UnresolvedExpressionException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnresolvedExpressionException
Constructor for UnresolvedExpressionException.
- Parameters:
expression- the expression that could not be processed.cause- the root cause for this exception
-