Package org.springframework.aot.generate
Class ValueCodeGenerationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.aot.generate.ValueCodeGenerationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UnsupportedTypeValueCodeGenerationException
Thrown when value code generation fails.
- Since:
- 6.1.2
- Author:
- Stephane Nicoll
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionValueCodeGenerationException
(Object value, Throwable cause) protected
ValueCodeGenerationException
(String message, Object value, 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
-
ValueCodeGenerationException
-
ValueCodeGenerationException
-
-
Method Details
-
getValue
Return the value that failed to be generated.- Returns:
- the value
-