Package io.quarkus.bootstrap.prebuild
Class CodeGenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.quarkus.bootstrap.prebuild.CodeGenException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CodeGenFailureException
An exception thrown by the CodeGenProvider's.
Translates to maven's MojoExecutionException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCodeGenException(String message) CodeGenException(String message, Throwable cause) CodeGenException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) CodeGenException(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
-
CodeGenException
-
CodeGenException
-
CodeGenException
-
CodeGenException
-