Revision: 1.1.1.1 - (view) (download) (as text)
1 : | ktanaka | 1.1 | public class LispException extends Exception{ |
2 : | final static LispException typeerr=new LispException("Illegal type of arguments"); | ||
3 : | LispException(){ | ||
4 : | super(); | ||
5 : | } | ||
6 : | LispException(String s){ | ||
7 : | super(s); | ||
8 : | } | ||
9 : | } |
ktanaka Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |