All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.baggonius.gson.common.ImmutableDeserializerException Maven / Gradle / Ivy

The newest version!
package com.baggonius.gson.common;

import com.google.gson.JsonParseException;

public class ImmutableDeserializerException extends JsonParseException {

  public ImmutableDeserializerException(Exception e) {
    super("Error deserializing immutable collection", e);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy