diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2008-04-29 12:07:23 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2008-04-29 12:07:23 +0000 |
| commit | 0a00f098948550d238ce7a9660bd6d4fd169a74b (patch) | |
| tree | 267a4999ee466826e9b56afe5d6320bde97fc8d7 /bindings/java/LassoException_top.java | |
| parent | 8f3eb17e52b1b9a99f8d817b022105bb2c4a09b6 (diff) | |
| download | lasso-0a00f098948550d238ce7a9660bd6d4fd169a74b.tar.gz lasso-0a00f098948550d238ce7a9660bd6d4fd169a74b.tar.xz lasso-0a00f098948550d238ce7a9660bd6d4fd169a74b.zip | |
[project @ fpeters@0d.be-20080225121334-yi07nl8kefuefhk9]
benjamin branch
Original author: Frederic Peters <fpeters@0d.be>
Date: 2008-02-25 13:13:34.475000+01:00
Diffstat (limited to 'bindings/java/LassoException_top.java')
| -rw-r--r-- | bindings/java/LassoException_top.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/java/LassoException_top.java b/bindings/java/LassoException_top.java index 19b4d8e0..8e08f43c 100644 --- a/bindings/java/LassoException_top.java +++ b/bindings/java/LassoException_top.java @@ -2,7 +2,7 @@ package com.entrouvert.lasso; public class LassoException extends RuntimeException { public int errorCode; - private static boolean throws_for_recoverable_errors = false; + private static boolean throws_for_recoverable_errors = true; /** If set to true, enables throwing of exception for * recoverable errors, i.e. errors with a positive error * code. |
