Interface EscalationHandler
-
- All Known Implementing Classes:
ConstructTestSupport,DefaultOfficeFloorEscalationHandler
public interface EscalationHandlerHandles anEscalationfrom anOffice.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleEscalation(java.lang.Throwable escalation)Handles anEscalationfrom anOffice.
-
-
-
Method Detail
-
handleEscalation
void handleEscalation(java.lang.Throwable escalation) throws java.lang.ThrowableHandles anEscalationfrom anOffice.- Parameters:
escalation-Escalation.- Throws:
java.lang.Throwable- Should failure in handlingEscalation.
-
-