org.apache.maven.plugin.assembly.format
Class AssemblyFormattingException

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

public class AssemblyFormattingException
extends java.lang.Exception

Version:
$Id: AssemblyFormattingException.java 610981 2008-01-10 23:10:00Z vsiveton $
See Also:
Serialized Form

Constructor Summary
AssemblyFormattingException(java.lang.String message)
           
AssemblyFormattingException(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

AssemblyFormattingException

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

AssemblyFormattingException

public AssemblyFormattingException(java.lang.String message)


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