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

com.github.leeonky.util.CannotToStreamException Maven / Gradle / Ivy

The newest version!
package com.github.leeonky.util;

public class CannotToStreamException extends IllegalArgumentException {
    public CannotToStreamException(Object object) {
        super("`" + object + "` is not collection or array");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy