org.codehaus.mojo.aspectj
Class CompilationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.plugin.AbstractMojoExecutionException
              extended by org.apache.maven.plugin.MojoExecutionException
                  extended by org.codehaus.mojo.aspectj.CompilationFailedException
All Implemented Interfaces:
java.io.Serializable

public class CompilationFailedException
extends org.apache.maven.plugin.MojoExecutionException

Exception thrown when Ajc finds errors during compilation.

Author:
Carlos Sanchez
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.maven.plugin.AbstractMojoExecutionException
longMessage, source
 
Constructor Summary
CompilationFailedException(org.aspectj.bridge.IMessage[] errors)
           
 
Method Summary
 org.aspectj.bridge.IMessage[] getErrors()
           
 
Methods inherited from class org.apache.maven.plugin.AbstractMojoExecutionException
getLongMessage, getSource
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

CompilationFailedException

public CompilationFailedException(org.aspectj.bridge.IMessage[] errors)
Method Detail

getErrors

public org.aspectj.bridge.IMessage[] getErrors()


Copyright © 2005-2009. All Rights Reserved.