Repository: camel Updated Branches: refs/heads/master 9e756fefb -> 3eb94f4f5
Updated DefaultExceptionPolicyStrategy documentation Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3eb94f4f Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3eb94f4f Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3eb94f4f Branch: refs/heads/master Commit: 3eb94f4f55423ccc4985c95f172433f2107955f1 Parents: 9e756fe Author: vickysirwani <vickysirw...@gmail.com> Authored: Fri Apr 22 12:30:25 2016 +0530 Committer: vickysirwani <vickysirw...@gmail.com> Committed: Fri Apr 22 12:30:25 2016 +0530 ---------------------------------------------------------------------- .../processor/exceptionpolicy/DefaultExceptionPolicyStrategy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/3eb94f4f/camel-core/src/main/java/org/apache/camel/processor/exceptionpolicy/DefaultExceptionPolicyStrategy.java ---------------------------------------------------------------------- diff --git a/camel-core/src/main/java/org/apache/camel/processor/exceptionpolicy/DefaultExceptionPolicyStrategy.java b/camel-core/src/main/java/org/apache/camel/processor/exceptionpolicy/DefaultExceptionPolicyStrategy.java index 0fd6977..a976902 100644 --- a/camel-core/src/main/java/org/apache/camel/processor/exceptionpolicy/DefaultExceptionPolicyStrategy.java +++ b/camel-core/src/main/java/org/apache/camel/processor/exceptionpolicy/DefaultExceptionPolicyStrategy.java @@ -44,7 +44,7 @@ import org.slf4j.LoggerFactory; * is tested using the {@link #filter(org.apache.camel.model.OnExceptionDefinition, Class, Throwable)} method. * By default the filter uses <tt>instanceof</tt> test.</li> * <li>If the exception type has <b>exactly</b> the thrown exception then its selected as its an exact match</li> - * <li>Otherwise the type that has an exception that is the closets super of the thrown exception is selected + * <li>Otherwise the type that has an exception that is the closest super of the thrown exception is selected * (recurring up the exception hierarchy)</li> * </ul> * <p/>