Package com.vaadin.hilla.maven
Class EngineGenerateMojoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.plugin.AbstractMojoExecutionException
org.apache.maven.plugin.MojoFailureException
com.vaadin.hilla.maven.EngineGenerateMojoException
- All Implemented Interfaces:
Serializable
public class EngineGenerateMojoException
extends org.apache.maven.plugin.MojoFailureException
Exception thrown when the engine generation fails.
- See Also:
-
Field Summary
Fields inherited from class org.apache.maven.plugin.AbstractMojoExecutionException
longMessage, source -
Constructor Summary
ConstructorsConstructorDescriptionEngineGenerateMojoException(String message) Constructs a new exception with the specified detail message.EngineGenerateMojoException(String message, Throwable cause) Constructs a new exception with the specified detail message and cause. -
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojoExecutionException
getLongMessage, getSourceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EngineGenerateMojoException
Constructs a new exception with the specified detail message.- Parameters:
message- Message for the exception.
-
EngineGenerateMojoException
Constructs a new exception with the specified detail message and cause.- Parameters:
message- Message for the exception.cause- Cause of the exception.
-