java.io.Serializable
InterpolationCycleException
public class InterpolationException
extends java.lang.Exception
ObjectBasedValueSource
doesn't have the property represented by a
particular expression part, should NOT result in InterpolationExceptions
being thrown. Instead, they should be reported in the feedback from the ValueSource
,
which is propagated out through Interpolator.getFeedback()
.Constructor | Description |
---|---|
InterpolationException(java.lang.String message,
java.lang.String expression) |
|
InterpolationException(java.lang.String message,
java.lang.String expression,
java.lang.Throwable cause) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getExpression() |
public InterpolationException(java.lang.String message, java.lang.String expression, java.lang.Throwable cause)
message
- The general description of the problemexpression
- The expression that triggered the problemcause
- The wrapped exceptionpublic InterpolationException(java.lang.String message, java.lang.String expression)
message
- The general description of the problemexpression
- The expression that triggered the problemCopyright © 2018. All rights reserved.