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