Class TestEngineExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.thymeleaf.testing.templateengine.exception.TestEngineExecutionException
All Implemented Interfaces:
Serializable

public class TestEngineExecutionException extends RuntimeException
See Also:
  • Field Details

  • Constructor Details

    • TestEngineExecutionException

      public TestEngineExecutionException(String message, Throwable throwable)
    • TestEngineExecutionException

      public TestEngineExecutionException(String message)
    • TestEngineExecutionException

      public TestEngineExecutionException(Throwable throwable)
  • Method Details