Class TestEngineExecutionException
- Object
-
- Throwable
-
- Exception
-
- RuntimeException
-
- org.thymeleaf.testing.templateengine.exception.TestEngineExecutionException
-
- All Implemented Interfaces:
Serializable
public class TestEngineExecutionException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TestEngineExecutionException(String message)
TestEngineExecutionException(String message, Throwable throwable)
TestEngineExecutionException(Throwable throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLocalizedMessage()
String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in classThrowable
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
-