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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompilationFailureException(List<org.codehaus.plexus.compiler.CompilerMessage> messages)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
longMessage(List<org.codehaus.plexus.compiler.CompilerMessage> messages)
-
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
-
-