Class TestEngineExecutionException

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

public class TestEngineExecutionException extends RuntimeException
See Also:
  • Constructor Details

    • TestEngineExecutionException

      public TestEngineExecutionException(String message, Throwable throwable)
    • TestEngineExecutionException

      public TestEngineExecutionException(String message)
    • TestEngineExecutionException

      public TestEngineExecutionException(Throwable throwable)
  • Method Details