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

com.jparams.object.builder.exception.BuilderFailedException Maven / Gradle / Ivy

package com.jparams.object.builder.exception;

public class BuilderFailedException extends RuntimeException
{
    public BuilderFailedException(final String message)
    {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy