UndefinedSymbolException.java

// FILE. . . . . /home/hak/hlt/src/hlt/osfv1/exec/UndefinedSymbolException.java
// EDIT BY . . . Hassan Ait-Kaci
// ON MACHINE. . Hak-Laptop
// STARTED ON. . Mon Sep 02 15:35:39 2013



Author:  Hassan Aït-Kaci
Copyright:  © by the author
Version:  Last modified on Mon Sep 02 15:35:39 2013 by hak



package hlt.osf.exec;

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


This file was generated on Thu Oct 03 16:37:26 CEST 2013 from file UndefinedSymbolException.java
by the hlt.language.tools.Hilite Java tool written by Hassan Aït-Kaci