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