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