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

com.github.egatlovs.variablemanager.exceptions.VariableProcessingException Maven / Gradle / Ivy

package com.github.egatlovs.variablemanager.exceptions;

/**
 * VariableProcessingException
*
* This is a RuntimeException which will be thrown if the processing of * variables fail. * * @author egatlovs */ public class VariableProcessingException extends RuntimeException { private static final long serialVersionUID = 1L; public VariableProcessingException(String message, Exception exception) { super(message, exception); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy