|
LockedCodeArrayException.java
|
// FILE. . . . . /home/hak/hlt/src/hlt/osfv1/exec/LockedCodeArrayException.java // EDIT BY . . . Hassan Ait-Kaci // ON MACHINE. . Hak-Laptop // STARTED ON. . Mon Sep 02 15:35:06 2013
|
package hlt.osf.exec;
public class LockedCodeArrayException extends RuntimeException
{
public LockedCodeArrayException (String msg)
{
super(msg);
}
}
This file was generated on Thu Oct 03 16:37:26 CEST 2013 from file LockedCodeArrayException.java
by the hlt.language.tools.Hilite Java tool written by Hassan Aït-Kaci