Class NativeImageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.integrations.graal.mp.nativeimage.extension.NativeImageException
- All Implemented Interfaces:
Serializable
Exception marking native image build failure.
- See Also:
-
Constructor Summary
ConstructorDescriptionNativeImageException
(String message, Throwable cause) A new exception with a message and a 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
-
NativeImageException
A new exception with a message and a cause.- Parameters:
message
- description of the problemcause
- causing throwable
-