Changeset 10421 in josm for trunk/src/org
- Timestamp:
- 2016-06-19T01:24:37+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/Main.java
r10420 r10421 441 441 * Prints a debug message for the given Throwable. Useful for exceptions usually ignored 442 442 * @param t The throwable object causing the error 443 * @since 104 19443 * @since 10420 444 444 */ 445 445 public static void debug(Throwable t) { … … 450 450 * Prints a trace message for the given Throwable. Useful for exceptions usually ignored 451 451 * @param t The throwable object causing the error 452 * @since 104 19452 * @since 10420 453 453 */ 454 454 public static void trace(Throwable t) { … … 473 473 * @param t The throwable object causing the error 474 474 * @param message additional error message 475 * @since 104 19475 * @since 10420 476 476 */ 477 477 public static void error(Throwable t, String message) { … … 496 496 * @param t The throwable object causing the error 497 497 * @param message additional error message 498 * @since 104 19498 * @since 10420 499 499 */ 500 500 public static void warn(Throwable t, String message) {
Note:
See TracChangeset
for help on using the changeset viewer.