Class TestEngineExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.thymeleaf.testing.templateengine.exception.TestEngineExecutionException
-
- All Implemented Interfaces:
java.io.Serializable
public class TestEngineExecutionException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description TestEngineExecutionException(java.lang.String message)TestEngineExecutionException(java.lang.String message, java.lang.Throwable throwable)TestEngineExecutionException(java.lang.Throwable throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLocalizedMessage()java.lang.StringgetMessage()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TestEngineExecutionException
public TestEngineExecutionException(java.lang.String message, java.lang.Throwable throwable)
-
TestEngineExecutionException
public TestEngineExecutionException(java.lang.String message)
-
TestEngineExecutionException
public TestEngineExecutionException(java.lang.Throwable throwable)
-
-