Changeset 3ca49bd645ef3ee2bdc135d8de0df47965f9e671
- Timestamp:
- 05/23/12 00:55:02
(1 year ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1337734502 -0400
- git-parent:
[960593bbc3d124660d33345738153237349d5310]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1337734502 -0400
- Message:
don't completely bail if the listener doesn't exist
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2534eec |
r3ca49bd |
|
| 41 | 41 | } |
|---|
| 42 | 42 | catch(java.lang.ClassNotFoundException e) { |
|---|
| 43 | | throw new RuntimeException("Cannot find class: " + className); |
|---|
| 44 | 43 | } |
|---|
| 45 | 44 | } |
|---|
| r2534eec |
r3ca49bd |
|
| 65 | 65 | } |
|---|
| 66 | 66 | catch(java.lang.ClassNotFoundException e) { |
|---|
| 67 | | throw new RuntimeException("Cannot find class: " + className); |
|---|
| | 67 | logger.warn("Class " + className + " not found."); |
|---|
| 68 | 68 | } |
|---|
| 69 | 69 | |
|---|