Legal Notice, Privacy Policy

Impressum, Datenschutzerklärung

Cerberus X Documentation

Class JsonError

Object thrown when More...

Declarations

Extends
Throwable The Throwable class must be extended by all classes that are intended to be used with Throw.

Detailed Discussion

Object thrown when

  • JsonParser encounters a syntax error or
  • when trying to get the value from a JsonValue that doesn't match the type of the requested value

    E.g. invoking IntValue on a JsonString will throw a JsonError.