Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 79244 invoked from network); 26 Mar 2006 15:06:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Mar 2006 15:06:34 -0000 Received: (qmail 21490 invoked by uid 500); 26 Mar 2006 15:06:31 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 20810 invoked by uid 500); 26 Mar 2006 15:06:29 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 20799 invoked by uid 99); 26 Mar 2006 15:06:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Mar 2006 07:06:28 -0800 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=HTML_10_20,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of tricolorcat@gmail.com designates 64.233.184.237 as permitted sender) Received: from [64.233.184.237] (HELO wproxy.gmail.com) (64.233.184.237) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Mar 2006 07:06:28 -0800 Received: by wproxy.gmail.com with SMTP id i12so1272057wra for ; Sun, 26 Mar 2006 07:06:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=lo9xQ6DvHW2nhADp0p11K1LGsHdf/Q1FFxBJyVut6iZ51p0blx9XqKS756mnGKEzCkEkwUxEmzpPJDsFDJ/sP/vZG8YhCKgj9rUmsmGjhC4wuWj5IdUwLejNH8qWqANbKPQswVtC4mOF4GUhNHx5p6Eb//SFnIozvR7ZWz3KBJc= Received: by 10.54.154.16 with SMTP id b16mr2078158wre; Sun, 26 Mar 2006 07:06:07 -0800 (PST) Received: by 10.54.129.4 with HTTP; Sun, 26 Mar 2006 07:06:07 -0800 (PST) Message-ID: <4097d0af0603260706m1b8feb26rbe65dac92e38c471@mail.gmail.com> Date: Sun, 26 Mar 2006 10:06:07 -0500 From: "Jon Brule" To: commons-user@jakarta.apache.org Subject: [SCXML] SCXMLListener Exception Handling Question MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6776_13371425.1143385567051" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_6776_13371425.1143385567051 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Good Morning, I am attempting to decouple state action code from the state machine's execution by using the SCXMLListener interface in non-inner classes (like StopWatch example)... Now suppose within a listener implementation I encounter a checked exception... Since the SCXMLListener interface does not account for checked exceptions, how best can I communicate this back to the state machine execution to alter the execution path, say to perform an automatic transition to an error state? -- Jon Brule tricolorcat-at-gmail.com ------=_Part_6776_13371425.1143385567051--