org.apache.maven.plugin
Class CompilationFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.plugin.AbstractMojoExecutionException
              extended by org.apache.maven.plugin.MojoFailureException
                  extended by org.apache.maven.plugin.CompilationFailureException
All Implemented Interfaces:
java.io.Serializable

public class CompilationFailureException
extends org.apache.maven.plugin.MojoFailureException

Version:
$Id: CompilationFailureException.java 314963 2005-10-12 16:58:03Z brett $
Author:
Jason van Zyl
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.maven.plugin.AbstractMojoExecutionException
longMessage, source
 
Constructor Summary
CompilationFailureException(java.util.List messages)
           
 
Method Summary
static java.lang.String longMessage(java.util.List messages)
           
 
Methods inherited from class org.apache.maven.plugin.AbstractMojoExecutionException
getLongMessage, getSource
 
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

CompilationFailureException

public CompilationFailureException(java.util.List messages)
Method Detail

longMessage

public static java.lang.String longMessage(java.util.List messages)


Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.