You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.internal.

Class JsonEncodingException

All Implemented Interfaces:

Serializable

public class JsonEncodingException extends RuntimeException

An exception thrown when the given Java value cannot be encoded into JSON.

Since:

24.4

Author:

Vaadin Ltd

See Also:

  • Constructor Details

    • JsonEncodingException

      public JsonEncodingException(String message, Throwable cause)