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

public class ValueCodeGenerationException extends RuntimeException
Thrown when value code generation fails.
Since:
6.1.2
Author:
Stephane Nicoll
See Also:
  • Constructor Details

  • Method Details

    • getValue

      @Nullable public Object getValue()
      Return the value that failed to be generated.
      Returns:
      the value