We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd2dbd commit 9296ed0Copy full SHA for 9296ed0
1 file changed
src/main/java/com/mapcode/UnknownMapcodeException.java
@@ -24,6 +24,9 @@
24
* ----------------------------------------------------------------------------------------------
25
*
26
* This exception is thrown for invalid mapcodes (which have the right syntax, are correctly formatted).
27
+ *
28
+ * Note that for syntactically incorrect mapcodes, normally {@link java.lang.IllegalArgumentException}s are thrown,
29
+ * not {@link com.mapcode.UnknownMapcodeException}.
30
*/
31
public final class UnknownMapcodeException extends Exception {
32
private static final long serialVersionUID = 1L;
0 commit comments