Package ratpack.test.handling
Class HandlerExceptionNotThrownException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- ratpack.test.handling.HandlerExceptionNotThrownException
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class HandlerExceptionNotThrownException extends RuntimeException Exception thrown when the HandlingResult.exception(type) is called but no exception was thrown.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description HandlerExceptionNotThrownException()
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-