类 TestContextAotException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.test.context.aot.TestContextAotException
所有已实现的接口:
Serializable

public class TestContextAotException extends RuntimeException
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

      public TestContextAotException(String message)
      Create a new TestContextAotException.
      参数:
      message - the detail message
    • TestContextAotException

      public TestContextAotException(String message, Throwable cause)
      Create a new TestContextAotException.
      参数:
      message - the detail message
      cause - the root cause