Package org.wickedsource.docxstamper.api
Class UnresolvedExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.wickedsource.docxstamper.api.DocxStamperException
org.wickedsource.docxstamper.api.UnresolvedExpressionException
- All Implemented Interfaces:
Serializable
This exception is thrown if an expression could not be processed by any comment processor.
- Version:
- ${version}
- Author:
- Joseph Verron
- 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
-