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 SummaryConstructorsModifierConstructorDescriptionValueCodeGenerationException(@Nullable Object value, Throwable cause) protected
- 
Method SummaryMethods inherited from class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ValueCodeGenerationException
- 
ValueCodeGenerationException
 
- 
- 
Method Details- 
getValue
 
-