General note concerning runtime exceptions: You fetch for example a resource node using a key. If you make some mistake, you might use an invalid key. But we don't have to check for this here, since classes like ResourceNodeManager do the job - they throw an appropriate RuntimeException anyway.
|
|