BadFeatureNameException.java

// FILE. . . . . /home/hak/hlt/src/hlt/osf/base/BadFeatureNameException.java
// EDIT BY . . . Hassan Ait-Kaci
// ON MACHINE. . Hp-Dv7
// STARTED ON. . Mon Nov 05 18:05:54 2012



Author:  Hassan Aït-Kaci
Copyright:  © by the author
Version:  Last modified on Mon Dec 24 01:36:02 2012 by hak



package hlt.osf.base;

public class BadFeatureNameException extends RuntimeException
{
  public BadFeatureNameException (String msg)
  {
    super(msg);
  }
}


This file was generated on Fri Sep 06 18:27:34 CEST 2013 from file BadFeatureNameException.java
by the hlt.language.tools.Hilite Java tool written by Hassan Aït-Kaci