Changeset 13493 in josm for trunk/src/org/openstreetmap/josm/data/projection/ProjectionConfigurationException.java
- Timestamp:
- 2018-03-04T01:20:15+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/projection/ProjectionConfigurationException.java
r12453 r13493 16 16 * by the {@link #getMessage()} method). 17 17 * @param cause the cause (which is saved for later retrieval by the 18 * {@link #getCause()} method). (A < tt>null</tt> value is18 * {@link #getCause()} method). (A <code>null</code> value is 19 19 * permitted, and indicates that the cause is nonexistent or unknown.) 20 20 */ … … 35 35 * Constructs a new {@code ProjectionConfigurationException}. 36 36 * @param cause the cause (which is saved for later retrieval by the 37 * {@link #getCause()} method). (A < tt>null</tt> value is37 * {@link #getCause()} method). (A <code>null</code> value is 38 38 * permitted, and indicates that the cause is nonexistent or unknown.) 39 39 */
Note:
See TracChangeset
for help on using the changeset viewer.