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 1633832 2014-10-23 15:03:47Z krosenvold $
See Also:
Serialized Form

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

getExpression

public String getExpression()


Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.