Package copied.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
copied.org.apache.maven.plugin.CompilationFailureException
- All Implemented Interfaces:
Serializable
public class CompilationFailureException
extends org.apache.maven.plugin.MojoFailureException
- See Also:
-
Field Summary
Fields inherited from class org.apache.maven.plugin.AbstractMojoExecutionException
longMessage, source -
Constructor Summary
ConstructorsConstructorDescriptionCompilationFailureException(List<org.codehaus.plexus.compiler.CompilerMessage> messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic StringlongMessage(List<org.codehaus.plexus.compiler.CompilerMessage> messages) Methods inherited from class org.apache.maven.plugin.AbstractMojoExecutionException
getLongMessage, getSourceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CompilationFailureException
-
-
Method Details
-
longMessage
-