O R V

O

OrderService - Class in org.fusesource.examples.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 org.fusesource.examples.errors.OrderService
 
OrderValidationException - Exception in org.fusesource.examples.errors
Exception raised when order validation fails.
OrderValidationException(String) - Constructor for exception org.fusesource.examples.errors.OrderValidationException
 
org.fusesource.examples.errors - package org.fusesource.examples.errors
 

R

randomlyThrowRuntimeException(String) - Method in class org.fusesource.examples.errors.OrderService
This method throws a runtime exception 2 out of 3 times.

V

validateOrderDate(String) - Method in class org.fusesource.examples.errors.OrderService
Validate the order date - orders should only be place from Monday to Saturday.

O R V

Copyright © 2012 FuseSource. All Rights Reserved.