Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
Model_APPLESCABM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
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
VIPS
Models
Java
Model_APPLESCABM
Commits
c7a7c66f
Commit
c7a7c66f
authored
11 years ago
by
Tor-Einar Skog
Browse files
Options
Downloads
Patches
Plain Diff
Improving error messaging (passing on to client)
parent
a295a208
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/no/bioforsk/vips/model/applescabmodel/AppleScabModel.java
+1
-0
1 addition, 0 deletions
...no/bioforsk/vips/model/applescabmodel/AppleScabModel.java
with
1 addition
and
0 deletions
src/main/java/no/bioforsk/vips/model/applescabmodel/AppleScabModel.java
+
1
−
0
View file @
c7a7c66f
...
@@ -91,6 +91,7 @@ public class AppleScabModel extends I18nImpl implements Model{
...
@@ -91,6 +91,7 @@ public class AppleScabModel extends I18nImpl implements Model{
this
.
accumulateMills
();
this
.
accumulateMills
();
}
catch
(
WeatherObservationListException
ex
)
{
}
catch
(
WeatherObservationListException
ex
)
{
Logger
.
getLogger
(
AppleScabModel
.
class
.
getName
()).
log
(
Level
.
SEVERE
,
null
,
ex
);
Logger
.
getLogger
(
AppleScabModel
.
class
.
getName
()).
log
(
Level
.
SEVERE
,
null
,
ex
);
throw
new
ModelExcecutionException
(
ex
.
getMessage
());
}
}
// Looping through background data, adding as much as possible
// Looping through background data, adding as much as possible
...
...
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