public class InterpolationException extends 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 and Description | 
|---|
| InterpolationException(String message,
                      String expression) | 
| InterpolationException(String message,
                      String expression,
                      Throwable cause) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getExpression() | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InterpolationException(String message, String expression, Throwable cause)
message - The general description of the problemexpression - The expression that triggered the problemcause - The wrapped exceptionpublic String getExpression()
Copyright © 2001–2016 Codehaus Plexus. All rights reserved.