BadTokenException.java

// FILE. . . . . /home/hak/hlt/src/hlt/osf/io/BadTokenException.java
// EDIT BY . . . Hassan Ait-Kaci
// ON MACHINE. . Hak-Laptop
// STARTED ON. . Sun Apr 07 19:42:33 2013



Author:  Hassan Aït-Kaci
Copyright:  © by the author
Version:  Last modified on Sun Apr 07 19:53:43 2013 by hak



package hlt.osf.io;

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


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