org.apache.maven.plugin.assembly
Class InvalidAssemblerConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.plugin.assembly.InvalidAssemblerConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class InvalidAssemblerConfigurationException
extends java.lang.Exception

Version:
$Id: InvalidAssemblerConfigurationException.java 728546 2008-12-21 22:56:51Z bentmann $
See Also:
Serialized Form

Constructor Summary
InvalidAssemblerConfigurationException(java.lang.String message)
           
InvalidAssemblerConfigurationException(java.lang.String message, java.lang.Throwable error)
           
 
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

InvalidAssemblerConfigurationException

public InvalidAssemblerConfigurationException(java.lang.String message,
                                              java.lang.Throwable error)

InvalidAssemblerConfigurationException

public InvalidAssemblerConfigurationException(java.lang.String message)


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