Plastix / PixelPilot

A top down dogfighting game with pixel graphics.
0 stars 0 forks source link

Yamlbeans doesn't print out the correct error when failing on custom serializer #8

Closed Plastix closed 9 years ago

Plastix commented 9 years ago

Our custom serializers throw YamlExceptions so Yamlbeans should be printing out the message from that. However it always prints out a failing to map error. This is technically correct because the serializer doesn't return anything and the parser fails to map in PlanePreset. Not sure if this is a library error or a mistake on our coding part. Not worth investigating just yet...