Changeset 14328 in josm for trunk/src/com/kitfox/svg/SVGElementException.java
- Timestamp:
- 2018-10-14T15:15:50+02:00 (7 years ago)
- File:
-
- 1 edited
-
trunk/src/com/kitfox/svg/SVGElementException.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/com/kitfox/svg/SVGElementException.java
r8084 r14328 49 49 /** 50 50 * Creates a new instance of <code>SVGException</code> without detail message. 51 * @param element 51 52 */ 52 53 public SVGElementException(SVGElement element) … … 58 59 /** 59 60 * Constructs an instance of <code>SVGException</code> with the specified detail message. 61 * @param element 60 62 * @param msg the detail message. 61 63 */
Note:
See TracChangeset
for help on using the changeset viewer.
