org.thymeleaf.testing.templateengine.exception
Class TestEngineExecutionException

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

public class TestEngineExecutionException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
TestEngineExecutionException(String message)
           
TestEngineExecutionException(String message, Throwable throwable)
           
TestEngineExecutionException(Throwable throwable)
           
 
Method Summary
 String getLocalizedMessage()
           
 String getMessage()
           
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestEngineExecutionException

public TestEngineExecutionException(String message,
                                    Throwable throwable)

TestEngineExecutionException

public TestEngineExecutionException(String message)

TestEngineExecutionException

public TestEngineExecutionException(Throwable throwable)
Method Detail

getLocalizedMessage

public String getLocalizedMessage()
Overrides:
getLocalizedMessage in class Throwable

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2013 The THYMELEAF team. All Rights Reserved.