Просмотр исходного кода

rna-transcription: explain UnsupportedOperationException in HINT.md file

Frida Johanne Tveit 9 лет назад
Родитель
Сommit
987e522cfb
1 измененных файлов: 4 добавлений и 0 удалений
  1. 4
    0
      exercises/rna-transcription/HINT.md

+ 4
- 0
exercises/rna-transcription/HINT.md Просмотреть файл

@@ -0,0 +1,4 @@
1
+The starter implementation for this exercise uses [UnsupportedOperationException](http://docs.oracle.com/javase/8/docs/api/?java/lang/UnsupportedOperationException.html). 
2
+This [exception](https://docs.oracle.com/javase/tutorial/essential/exceptions/) will cause the test to fail with the provided error message. 
3
+
4
+To make the test pass you need to remove the line which throws the exception and replace it with your implementation of the method.