/* * ColumnNotFoundException.java * * Created on October 4, 2005, 11:06 AM * * To change this template, choose Tools | Options and locate the template under * the Source Creation and Management node. Right-click the template and choose * Open. You can then make changes to the template in the Source Editor. */ package org.tgdb.util; /** * * @author heto */ public class ColumnNotFoundException extends Exception { /** Creates a new instance of ColumnNotFoundException */ public ColumnNotFoundException(String msg) { } }