|
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
|
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