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

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

public class AssemblyFormattingException
extends Exception

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

Constructor Summary
AssemblyFormattingException(String message)
           
AssemblyFormattingException(String message, Throwable error)
           
 
Method Summary
 
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(String message,
                                   Throwable error)

AssemblyFormattingException

public AssemblyFormattingException(String message)


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