public class CompilationFailureException
extends org.apache.maven.plugin.MojoFailureException
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
LS |
private static long |
serialVersionUID |
Constructor and Description |
---|
CompilationFailureException(java.util.List<org.codehaus.plexus.compiler.CompilerMessage> messages) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
longMessage(java.util.List<org.codehaus.plexus.compiler.CompilerMessage> messages) |
getLongMessage, getSource
private static final long serialVersionUID
private static final java.lang.String LS