AnomalousSituationException.java

// FILE. . . . . /home/hak/hlt/src/hlt/osfv2/exec/AnomalousSituationException.java
// EDIT BY . . . Hassan Ait-Kaci
// ON MACHINE. . Hak-Laptop
// STARTED ON. . Mon Sep 02 15:34:32 2013



Author:  Hassan Aït-Kaci
Copyright:  © by the author
Version:  Last modified on Tue Jan 21 08:07:22 2014 by hak



package hlt.osf.exec;

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


This file was generated on Sun Mar 29 11:34:22 CEST 2015 from file AnomalousSituationException.java
by the hlt.language.tools.Hilite Java tool written by Hassan Aït-Kaci