Class GoogleAiGeminiImageModel.GeminiImageGenerationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.langchain4j.model.googleai.GoogleAiGeminiImageModel.GeminiImageGenerationException
- All Implemented Interfaces:
Serializable
- Enclosing class:
GoogleAiGeminiImageModel
public static class GoogleAiGeminiImageModel.GeminiImageGenerationException
extends RuntimeException
Exception thrown when image generation or editing fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGeminiImageGenerationException(String message) Creates a new exception with the specified message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GeminiImageGenerationException
Creates a new exception with the specified message.
-