BadFeatureNameException.java

// FILE. . . . . /home/hak/hlt/src/hlt/osfv3/base/BadFeatureNameException.java
// EDIT BY . . . Hassan Ait-Kaci
// ON MACHINE. . Hak-Laptop
// STARTED ON. . Tue Jan 21 08:03:40 2014



Copyright:  © by the author
Author:  Hassan Aït-Kaci
Version:  Last modified on Fri Apr 03 14:10:35 2015 by hak



package hlt.osf.base;

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


This file was generated on Mon Sep 09 09:17:59 PDT 2019 from file BadFeatureNameException.java
by the hlt.language.tools.Hilite Java tool written by Hassan Aït-Kaci