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
public class CodeGenException extends Exception
An exception thrown by the CodeGenProvider's. Translates to maven's MojoExecutionException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CodeGenException(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
-
-