Task #5245 (closed)
Bug: Phase_1-File Formats -1: lim : fix FormatException
| Reported by: | jamoore | Owned by: | mlinkert |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-Beta4.3 |
| Component: | Import | Version: | n.a. |
| Keywords: | n.a. | Cc: | saloynton, bwzloranger |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2011-05-19 (12) |
Description
All compressed lims throw a FormatException which prompts for user feedback. Instead, we should throw either an UnknownFormatException (no user feedback) or a specific Compression (or similar) exception which we can handle differently.
Change History (5)
comment:1 Changed 8 years ago by mlinkert
- Remaining Time set to 0.2
comment:2 Changed 8 years ago by Melissa Linkert <melissa@…>
- Remaining Time changed from 0.2 to 0
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 8 years ago by Melissa Linkert <melissa@…>
(In [a4b6ef54fb94a453a3cac47ffd28f9e4bfea8408/bioformats.git]) Throw UnsupportedCompressionException? if compressed files are found.
This is a little more informative than simply throwing FormatException?.
Closes #5245.
comment:4 Changed 8 years ago by jmoore <josh@…>
(In [61a299dc517a526e4cb4aadb773b57dc1b5d137f/ome.git] on branch develop) Updating to [a4b6ef54fb94a453a3cac47ffd28f9e4bfea8408/bioformats.git]
Contains UnsupportedCompressionException (See #5245)
comment:5 Changed 8 years ago by jmoore <josh@…>
(In [7907c6e5296c860ca69b0dbfad017788e6ec9bcd/ome.git] on branch develop) Adding initial support for UnsupportedCompressionException (See #5245)
(In [a4b6ef54fb94a453a3cac47ffd28f9e4bfea8408/bioformats.git]) Throw UnsupportedCompressionException? if compressed files are found.
This is a little more informative than simply throwing FormatException?.
Closes #5245.