Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
f4f73c6b
Commit
f4f73c6b
authored
Feb 10, 2015
by
Peter van 't Hof
Browse files
Added todo on message
parent
b8084935
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/utils/ConfigUtils.scala
View file @
f4f73c6b
...
...
@@ -330,6 +330,8 @@ object ConfigUtils extends Logging {
trait
ImplicitConversions
{
import
scala.language.implicitConversions
//TODO: unit test on message
private
def
requiredValue
(
value
:
ConfigValue
)
:
Unit
=
{
if
(!
valueExists
(
value
))
throw
new
IllegalStateException
(
"Value does not exist but is required, key: "
+
value
.
requestIndex
.
key
+
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment