org.codehaus.plexus.interpolation
public class InterpolationException extends Exception
Version: $Id: InterpolationException.java 8353 2009-08-21 04:14:37Z jdcasey $
Constructor Summary | |
---|---|
InterpolationException(String message, String expression, Throwable cause) | |
InterpolationException(String message, String expression) |
Method Summary | |
---|---|
String | getExpression() |
Parameters: message The general description of the problem expression The expression that triggered the problem cause The wrapped exception
Parameters: message The general description of the problem expression The expression that triggered the problem
Returns: The expression that triggered this exception.