com.vaadin.flow.internal.

Class JsonDecodingException

All Implemented Interfaces:

Serializable

public class JsonDecodingException extends RuntimeException

An exception thrown when the given JSON value cannot be decoded into a value of the given Java type.

Since:

24.4

Author:

Vaadin Ltd

See Also:

  • Constructor Details

    • JsonDecodingException

      public JsonDecodingException(String message, Throwable cause)