Changeset 13493 in josm for trunk/src/org/openstreetmap/josm/tools/JosmRuntimeException.java
- Timestamp:
- 2018-03-04T01:20:15+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/JosmRuntimeException.java
r11374 r13493 20 20 /** 21 21 * Constructs a new {@code JosmRuntimeException} with the specified cause and a detail message of 22 * < tt>(cause==null ? null : cause.toString())</tt> (which typically contains the class and detail message of <tt>cause</tt>).22 * <code>(cause==null ? null : cause.toString())</code> (which typically contains the class and detail message of <code>cause</code>). 23 23 * This constructor is useful for runtime exceptions that are little more than wrappers for other throwables. 24 24 *
Note:
See TracChangeset
for help on using the changeset viewer.