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 |