Mercurial > hg > monetdb-java
comparison tests/UrlTester.java @ 860:ae5834c3eb06
Suppress warning: [serial] serializable class Failure has no definition of serialVersionUID
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 01 Feb 2024 15:19:23 +0100 (15 months ago) |
parents | 839d76eeb4ae |
children | c2164decf7f1 |
comparison
equal
deleted
inserted
replaced
859:68994abe3e03 | 860:ae5834c3eb06 |
---|---|
385 else | 385 else |
386 throw new Failure("Unknown attribute: " + key); | 386 throw new Failure("Unknown attribute: " + key); |
387 } | 387 } |
388 } | 388 } |
389 | 389 |
390 @SuppressWarnings("serial") | |
390 public static class Failure extends Exception { | 391 public static class Failure extends Exception { |
391 private String filename = null; | 392 private String filename = null; |
392 private int lineno = -1; | 393 private int lineno = -1; |
393 | 394 |
394 public Failure(String message) { | 395 public Failure(String message) { |