Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7795117EEF for ; Fri, 10 Jul 2015 14:15:28 +0000 (UTC) Received: (qmail 82520 invoked by uid 500); 10 Jul 2015 14:15:28 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 82471 invoked by uid 500); 10 Jul 2015 14:15:28 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 82456 invoked by uid 99); 10 Jul 2015 14:15:28 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2015 14:15:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0FC68E3AA2; Fri, 10 Jul 2015 14:15:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davsclaus@apache.org To: commits@camel.apache.org Date: Fri, 10 Jul 2015 14:15:30 -0000 Message-Id: In-Reply-To: <7da7f64173a9448f99906dedc23fded5@git.apache.org> References: <7da7f64173a9448f99906dedc23fded5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] camel git commit: CAMEL-4576: throwException EIP now allows to create new exception instance with message with details from exchange using simple language. CAMEL-4576: throwException EIP now allows to create new exception instance with message with details from exchange using simple language. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/7747c4ae Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/7747c4ae Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/7747c4ae Branch: refs/heads/master Commit: 7747c4aec3c74fc81d22d1e7c9a97fbfbf364b4c Parents: 404246e Author: Claus Ibsen Authored: Fri Jul 10 16:21:46 2015 +0200 Committer: Claus Ibsen Committed: Fri Jul 10 16:21:55 2015 +0200 ---------------------------------------------------------------------- .../apache/camel/model/ThrowExceptionDefinition.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/7747c4ae/camel-core/src/main/java/org/apache/camel/model/ThrowExceptionDefinition.java ---------------------------------------------------------------------- diff --git a/camel-core/src/main/java/org/apache/camel/model/ThrowExceptionDefinition.java b/camel-core/src/main/java/org/apache/camel/model/ThrowExceptionDefinition.java index fcddbfb..33955ca 100644 --- a/camel-core/src/main/java/org/apache/camel/model/ThrowExceptionDefinition.java +++ b/camel-core/src/main/java/org/apache/camel/model/ThrowExceptionDefinition.java @@ -113,6 +113,19 @@ public class ThrowExceptionDefinition extends NoOutputDefinition getExceptionClass() { return exceptionClass; }