AnomalousSituationException.java

// FILE. . . . . /home/hak/hlt/src/hlt/osf/exec/AnomalousSituationException.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 Sun Nov 18 01:00:52 2012 by hak



package hlt.osf.exec;

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


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