类 TestContextAotException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.test.context.aot.TestContextAotException
- 所有已实现的接口:
Serializable
Thrown if an error occurs during AOT build-time processing or AOT run-time
execution in the Infra TestContext Framework.
- 从以下版本开始:
- 4.0
- 作者:
- Sam Brannen, Harry Yang
- 另请参阅:
-
构造器概要
构造器构造器说明TestContextAotException(String message) Create a newTestContextAotException.TestContextAotException(String message, Throwable cause) Create a newTestContextAotException. -
方法概要
-
构造器详细资料
-
TestContextAotException
Create a newTestContextAotException.- 参数:
message- the detail message
-
TestContextAotException
Create a newTestContextAotException.- 参数:
message- the detail messagecause- the root cause
-