Changeset 4606
- Timestamp:
- 11/02/03 13:58:45 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/make_condition.java
r4604 r4606 3 3 * 4 4 * Copyright (C) 2003 Peter Graves 5 * $Id: make_condition.java,v 1. 9 2003-11-02 04:36:54piso Exp $5 * $Id: make_condition.java,v 1.10 2003-11-02 13:58:45 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 44 44 if (type == Symbol.CELL_ERROR) 45 45 return new CellError(initArgs); 46 if (type == Symbol.CONTROL_ERROR) 47 return new ControlError(initArgs); 48 if (type == Symbol.DIVISION_BY_ZERO) 49 return new DivisionByZero(initArgs); 46 50 if (type == Symbol.PACKAGE_ERROR) 47 51 return new PackageError(initArgs);
Note: See TracChangeset
for help on using the changeset viewer.