I O R V 

I

io.fabric8.quickstarts.errors - package io.fabric8.quickstarts.errors
 

O

OrderService - Class in io.fabric8.quickstarts.errors
An order service implementation that provides one method to do validation and another method that just randomly throws Exceptions to be able to test error handling in our Camel route.
OrderService() - Constructor for class io.fabric8.quickstarts.errors.OrderService
 
OrderValidationException - Exception in io.fabric8.quickstarts.errors
Exception raised when order validation fails.
OrderValidationException(String) - Constructor for exception io.fabric8.quickstarts.errors.OrderValidationException
 

R

randomlyThrowRuntimeException(String) - Method in class io.fabric8.quickstarts.errors.OrderService
This method throws a runtime exception 2 out of 3 times.

V

validateOrderDate(String) - Method in class io.fabric8.quickstarts.errors.OrderService
Validate the order date - orders should only be place from Monday to Saturday.
I O R V 

Copyright © 2011–2014 Red Hat. All rights reserved.