Class CompilationFailureException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class CompilationFailureException
    extends CompilationFailureException
    Deprecated.
    package change since 3.0
    Version:
    $Id$
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.apache.maven.plugin.AbstractMojoExecutionException

        longMessage, source
    • Constructor Summary

      Constructors 
      Constructor Description
      CompilationFailureException​(java.util.List<org.codehaus.plexus.compiler.CompilerMessage> messages)
      Deprecated.
       
    • Method Summary

      • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CompilationFailureException

        public CompilationFailureException​(java.util.List<org.codehaus.plexus.compiler.CompilerMessage> messages)
        Deprecated.