/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package joliex.java; /** * * @author balint */ public class formatExeption extends Exception { public formatExeption() { super("Error"); } }