org.apache.maven.plugin.assembly.interpolation
Class AssemblyInterpolationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.plugin.assembly.interpolation.AssemblyInterpolationException
All Implemented Interfaces:
Serializable

public class AssemblyInterpolationException
extends Exception

Version:
$Id: AssemblyInterpolationException.java 999612 2010-09-21 20:34:50Z jdcasey $
See Also:
Serialized Form

Constructor Summary
AssemblyInterpolationException(String message)
           
AssemblyInterpolationException(String expression, String message)
           
AssemblyInterpolationException(String expression, String message, Throwable cause)
           
AssemblyInterpolationException(String message, Throwable cause)
           
 
Method Summary
 String getExpression()
           
 String getOriginalMessage()
           
 
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

AssemblyInterpolationException

public AssemblyInterpolationException(String message)

AssemblyInterpolationException

public AssemblyInterpolationException(String message,
                                      Throwable cause)

AssemblyInterpolationException

public AssemblyInterpolationException(String expression,
                                      String message,
                                      Throwable cause)

AssemblyInterpolationException

public AssemblyInterpolationException(String expression,
                                      String message)
Method Detail

getExpression

public String getExpression()

getOriginalMessage

public String getOriginalMessage()


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.