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 610981 2008-01-10 23:10:00Z vsiveton $
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-2008 The Apache Software Foundation. All Rights Reserved.