Branch: refs/heads/master
Home:
https://github.com/seam/catch
Commit: 286dc16458bee8f234f1f5aa5af34dd74881e8f1
https://github.com/seam/catch/commit/286dc16458bee8f234f1f5aa5af34dd74881...
Author: LightGuard <lightguard.jp(a)gmail.com>
Date: 2010-11-16 (Tue, 16 Nov 2010)
Changed paths:
A api/src/main/java/org/jboss/seam/exception/control/CauseContainer.java
R api/src/main/java/org/jboss/seam/exception/control/StackInfo.java
M docs/src/main/docbook/en-US/client_usage.xml
A docs/src/main/docbook/en-US/glossary.xml
M docs/src/main/docbook/en-US/installation.xml
M docs/src/main/docbook/en-US/integration.xml
M docs/src/main/docbook/en-US/introduction.xml
M docs/src/main/docbook/en-US/master.xml
Log Message:
-----------
Documentation changes to reflect redesign.
Addresses SEAMCATCH-2. Documentation now correctly reflects the current
design of Catch. I commented out the glossary because I haven't been
able to get it to work yet.
Also renaming StackInfo to CauseContainer to more correctly reflect what
it is.
Commit: 6714dad57c19ad65473d10d3f0c1e28f7ce3c2e2
https://github.com/seam/catch/commit/6714dad57c19ad65473d10d3f0c1e28f7ce3...
Author: LightGuard <lightguard.jp(a)gmail.com>
Date: 2010-11-16 (Tue, 16 Nov 2010)
Changed paths:
M api/src/main/java/org/jboss/seam/exception/control/CatchEvent.java
M api/src/main/java/org/jboss/seam/exception/control/ExceptionToCatchEvent.java
M impl/src/main/java/org/jboss/seam/exception/control/ExceptionHandlerDispatch.java
M impl/src/main/java/org/jboss/seam/exception/control/extension/CatchExtension.java
M
impl/src/test/java/org/jboss/seam/exception/control/test/handler/StackInfoHandler.java
Log Message:
-----------
Rename changes and minor fixes
Rename changes for CauseContainer, minor fixes for ExceptionToCatchEvent
and adding a deployment exception if a handler throws an exception.