类 ValueCodeGenerationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.aot.generate.ValueCodeGenerationException
- 所有已实现的接口:
Serializable
Thrown when value code generation fails.
- 从以下版本开始:
- 4.0
- 作者:
- Stephane Nicoll, Harry Yang
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器限定符构造器说明ValueCodeGenerationException(Object value, Throwable cause) protectedValueCodeGenerationException(String message, Object value, Throwable cause) -
方法概要
修饰符和类型方法说明private static StringbuildErrorMessage(Object value) getValue()Return the value that failed to be generated.
-
字段详细资料
-
value
-
-
构造器详细资料
-
ValueCodeGenerationException
-
ValueCodeGenerationException
-
-
方法详细资料
-
buildErrorMessage
-
getValue
Return the value that failed to be generated.- 返回:
- the value
-