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:
java.io.Serializable
public class CompilationFailureException extends org.apache.maven.plugin.MojoFailureException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
LS
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description CompilationFailureException(java.util.List<org.codehaus.plexus.compiler.CompilerMessage> messages)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
longMessage(java.util.List<org.codehaus.plexus.compiler.CompilerMessage> messages)
-
Methods inherited from class org.apache.maven.plugin.AbstractMojoExecutionException
getLongMessage, getSource
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
LS
private static final java.lang.String LS
-
-