LockedBitCodeException.java

// FILE. . . . . /home/hak/hlt/src/hlt/osf/util/LockedBitCodeException.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 Sat Dec 01 20:38:27 2012 by hak



package hlt.osf.util;

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


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