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.compiler.CompilationFailureException
                      extended by org.apache.maven.plugin.CompilationFailureException
All Implemented Interfaces:
Serializable

Deprecated. package change since 3.0

@Deprecated
public class CompilationFailureException
extends CompilationFailureException

Since:
2.0
Version:
$Id: CompilationFailureException.java 1409979 2012-11-15 20:22:26Z olamy $
Author:
Jason van Zyl
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.maven.plugin.AbstractMojoExecutionException
longMessage, source
 
Constructor Summary
CompilationFailureException(List<CompilerMessage> messages)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.maven.plugin.compiler.CompilationFailureException
longMessage, shortMessage
 
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(List<CompilerMessage> messages)
Deprecated. 


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.