org.apache.maven.project.interpolation
Class ModelInterpolationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ModelInterpolationException(String message)
          Deprecated.  
ModelInterpolationException(String expression, String message)
          Deprecated.  
ModelInterpolationException(String expression, String message, Throwable cause)
          Deprecated.  
ModelInterpolationException(String message, Throwable cause)
          Deprecated.  
 
Method Summary
 String getExpression()
          Deprecated.  
 String getOriginalMessage()
          Deprecated.  
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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. 
Method Detail

getExpression

public String getExpression()
Deprecated. 

getOriginalMessage

public String getOriginalMessage()
Deprecated. 


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.