Sha256: e3e59e4283eaab44bd5ae93cc4da56898eee0bf097754a59915b4425e778743b

Contents?: true

Size: 654 Bytes

Versions: 29

Compression:

Stored size: 654 Bytes

Contents

The default implementation for this exercise uses an [exception](https://docs.oracle.com/javase/tutorial/essential/exceptions/) 
which will cause the test to fail with the provided error message.
This particular exception type, [UnsupportedOperationException](http://docs.oracle.com/javase/8/docs/api/?java/lang/UnsupportedOperationException.html), 
is commonly thrown to alert developers that a method has not yet been implemented.
Throwing exceptions in this manner means the tests will compile but not pass right away.

To make the test pass you need to remove the line which throws the exception and replace it with your implementation of the method.

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
trackler-2.1.0.48 tracks/java/exercises/hello-world/HINT.md
trackler-2.1.0.47 tracks/java/exercises/hello-world/HINT.md
trackler-2.1.0.46 tracks/java/exercises/hello-world/HINT.md
trackler-2.1.0.45 tracks/java/exercises/hello-world/HINT.md
trackler-2.1.0.44 tracks/java/exercises/hello-world/HINT.md
trackler-2.1.0.43 tracks/java/exercises/hello-world/HINT.md
trackler-2.1.0.42 tracks/java/exercises/hello-world/HINT.md
trackler-2.1.0.41 tracks/java/exercises/hello-world/HINT.md
trackler-2.1.0.40 tracks/java/exercises/hello-world/HINT.md
trackler-2.1.0.39 tracks/java/exercises/hello-world/HINT.md
trackler-2.1.0.38 tracks/java/exercises/hello-world/HINT.md
trackler-2.1.0.37 tracks/java/exercises/hello-world/HINT.md
trackler-2.1.0.36 tracks/java/exercises/hello-world/HINT.md
trackler-2.1.0.34 tracks/java/exercises/hello-world/HINT.md
trackler-2.1.0.33 tracks/java/exercises/hello-world/HINT.md
trackler-2.1.0.32 tracks/java/exercises/hello-world/HINT.md
trackler-2.1.0.31 tracks/java/exercises/hello-world/HINT.md
trackler-2.1.0.30 tracks/java/exercises/hello-world/HINT.md
trackler-2.1.0.29 tracks/java/exercises/hello-world/HINT.md
trackler-2.1.0.28 tracks/java/exercises/hello-world/HINT.md