/*
* Created on 19-dic-2005
*
* TODO To change the template for this generated file go to Window -
* Preferences - Java - Code Style - Code Templates
*/
package org.herac.tuxguitar.io.gtp;
import org.herac.tuxguitar.io.base.TGFileFormatException;
/**
* @author julian
*
* TODO To change the template for this generated type comment go to
* Window - Preferences - Java - Code Style - Code Templates
*/
public class GTPFormatException extends TGFileFormatException {
private static final long serialVersionUID = 1L;
public GTPFormatException(String s) {
super(s);
}
}