public class MojoFailureException extends AbstractMojoExecutionException
longMessage, source| Constructor and Description | 
|---|
| MojoFailureException(Object source,
                    String shortMessage,
                    String longMessage)Construct a new  MojoFailureExceptionexception providing the source and a short and long message:
 these messages are used to improve the message written at the end of Maven build. | 
| MojoFailureException(String message)Construct a new  MojoFailureExceptionexception providing a message. | 
| MojoFailureException(String message,
                    Throwable cause)Construct a new  MojoFailureExceptionexception wrapping an underlyingThrowableand providing amessage. | 
getLongMessage, getSourceaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MojoFailureException(Object source, String shortMessage, String longMessage)
MojoFailureException exception providing the source and a short and long message:
 these messages are used to improve the message written at the end of Maven build.source - shortMessage - longMessage - public MojoFailureException(String message)
MojoFailureException exception providing a message.message - Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.