[wadalabfont-kit] / java / LispException.java  

View of /java/LispException.java

Parent Directory | Revision Log
Revision: 1.1 - (download) (as text) (annotate)
Thu Dec 28 08:54:22 2000 UTC (23 years, 4 months ago) by ktanaka
Branch point for: ktanaka, MAIN
Initial revision
public class LispException extends Exception{
  final static LispException typeerr=new LispException("Illegal type of arguments");
  LispException(){
    super();
  }
  LispException(String s){
    super(s);
  }
}

ktanaka

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help