LockedBitCodeException.java

// FILE. . . . . /home/hak/hlt/src/hlt/osfv3/util/LockedBitCodeException.java
// EDIT BY . . . Hassan Ait-Kaci
// ON MACHINE. . Hak-Laptop
// STARTED ON. . Mon Sep 02 15:38:59 2013



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



package hlt.osf.util;

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


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