Package io.quarkus.bootstrap.prebuild
Class CodeGenFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.quarkus.bootstrap.prebuild.CodeGenException
io.quarkus.bootstrap.prebuild.CodeGenFailureException
- All Implemented Interfaces:
Serializable
PreBuildStep exception that translates to MojoFailureException (instead of MojoExecutionException)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCodeGenFailureException(String message) CodeGenFailureException(String message, Throwable cause) CodeGenFailureException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) CodeGenFailureException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CodeGenFailureException
-
CodeGenFailureException
-
CodeGenFailureException
-
CodeGenFailureException
-