Package org.apache.maven.plugin
Class CompilationFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.plugin.AbstractMojoExecutionException
-
- org.apache.maven.plugin.MojoFailureException
-
- org.apache.maven.plugin.compiler.CompilationFailureException
-
- org.apache.maven.plugin.CompilationFailureException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class CompilationFailureException extends CompilationFailureException
Deprecated.package change since 3.0- Version:
- $Id$
- Author:
- Jason van Zyl
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompilationFailureException(List<org.codehaus.plexus.compiler.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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CompilationFailureException
public CompilationFailureException(List<org.codehaus.plexus.compiler.CompilerMessage> messages)
Deprecated.
-
-