Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BigDataViewer_Server_Extension
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BioinformaticDataCompression
BigDataViewer_Server_Extension
Commits
ac9176f4
Commit
ac9176f4
authored
11 years ago
by
Tobias Pietzsch
Browse files
Options
Downloads
Patches
Plain Diff
use SpimData exceptions
parent
79e4cda1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/bdv/server/BigDataServer.java
+2
-3
2 additions, 3 deletions
src/main/java/bdv/server/BigDataServer.java
with
2 additions
and
3 deletions
src/main/java/bdv/server/BigDataServer.java
+
2
−
3
View file @
ac9176f4
...
...
@@ -3,19 +3,18 @@ package bdv.server;
import
java.io.IOException
;
import
java.io.OutputStream
;
import
java.io.PrintWriter
;
import
java.lang.reflect.InvocationTargetException
;
import
javax.servlet.ServletException
;
import
javax.servlet.http.HttpServletRequest
;
import
javax.servlet.http.HttpServletResponse
;
import
mpicbg.spim.data.SpimDataException
;
import
net.imglib2.img.basictypeaccess.volatiles.array.VolatileShortArray
;
import
net.imglib2.realtransform.AffineTransform3D
;
import
org.eclipse.jetty.server.Request
;
import
org.eclipse.jetty.server.Server
;
import
org.eclipse.jetty.server.handler.AbstractHandler
;
import
org.jdom2.JDOMException
;
import
bdv.img.cache.CacheHints
;
import
bdv.img.cache.LoadingStrategy
;
...
...
@@ -52,7 +51,7 @@ public class BigDataServer
private
final
CacheHints
cacheHints
;
public
CellHandler
(
final
String
xmlFilename
)
throws
JDOMException
,
IOException
,
InstantiationException
,
IllegalAccessException
,
ClassNotFoundException
,
IllegalArgumentException
,
InvocationTarget
Exception
public
CellHandler
(
final
String
xmlFilename
)
throws
SpimData
Exception
{
final
SpimDataMinimal
spimData
=
new
XmlIoSpimDataMinimal
().
load
(
xmlFilename
);
final
SequenceDescriptionMinimal
seq
=
spimData
.
getSequenceDescription
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment