package net.iponweb.disthene.reader.exceptions; /** * @author Andrei Ivanov */ public class ParameterParsingException extends Exception { public ParameterParsingException(String message) { super(message); } }