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

com.distelli.jackson.transform.NoSuchPropertyException Maven / Gradle / Ivy

There is a newer version: 3.8.16
Show newest version
package com.distelli.jackson.transform;

public class NoSuchPropertyException extends RuntimeException {
    public NoSuchPropertyException(String msg) { super(msg); }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy