org.apache.maven.project.interpolation
Class ModelInterpolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.project.interpolation.ModelInterpolationException
- All Implemented Interfaces:
- Serializable
Deprecated.
@Deprecated
public class ModelInterpolationException
- extends Exception
- Author:
- jdcasey
Created on Feb 2, 2005
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ModelInterpolationException
public ModelInterpolationException(String message)
- Deprecated.
ModelInterpolationException
public ModelInterpolationException(String message,
Throwable cause)
- Deprecated.
ModelInterpolationException
public ModelInterpolationException(String expression,
String message,
Throwable cause)
- Deprecated.
ModelInterpolationException
public ModelInterpolationException(String expression,
String message)
- Deprecated.
getExpression
public String getExpression()
- Deprecated.
getOriginalMessage
public String getOriginalMessage()
- Deprecated.
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.