Class ModelInterpolationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.project.interpolation.ModelInterpolationException
All Implemented Interfaces:
Serializable

public class ModelInterpolationException extends Exception
Author:
jdcasey

Created on Feb 2, 2005

See Also:
  • Constructor Details

    • ModelInterpolationException

      public ModelInterpolationException(String message)
    • ModelInterpolationException

      public ModelInterpolationException(String message, Throwable cause)
    • ModelInterpolationException

      public ModelInterpolationException(String expression, String message, Throwable cause)
    • ModelInterpolationException

      public ModelInterpolationException(String expression, String message)
  • Method Details

    • getExpression

      public String getExpression()
    • getOriginalMessage

      public String getOriginalMessage()