Mercurial > jhg
comparison src/org/tmatesoft/hg/core/HgBadArgumentException.java @ 295:981f9f50bb6c
Issue 11: Error log facility. SessionContext to share common facilities
| author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
|---|---|
| date | Fri, 16 Sep 2011 05:35:32 +0200 |
| parents | cd3371670f0b |
| children | 31a89587eb04 |
comparison
equal
deleted
inserted
replaced
| 294:32890bab7209 | 295:981f9f50bb6c |
|---|---|
| 15 * contact TMate Software at support@hg4j.com | 15 * contact TMate Software at support@hg4j.com |
| 16 */ | 16 */ |
| 17 package org.tmatesoft.hg.core; | 17 package org.tmatesoft.hg.core; |
| 18 | 18 |
| 19 /** | 19 /** |
| 20 * | 20 * Thrown when client supplied an argument that turned out to be incorrect. |
| 21 * E.g. an {@link java.net.URL URL} of remote server or {@link java.io.File File} destination for a new repository | |
| 22 * might be otherwise valid, but unsuitable for the purpose of the operation. | |
| 23 * | |
| 24 * Not a replacement for {@link IllegalArgumentException} or {@link NullPointerException}. | |
| 25 * | |
| 26 * TODO review usage to match description | |
| 27 * | |
| 21 * @author Artem Tikhomirov | 28 * @author Artem Tikhomirov |
| 22 * @author TMate Software Ltd. | 29 * @author TMate Software Ltd. |
| 23 */ | 30 */ |
| 24 @SuppressWarnings("serial") | 31 @SuppressWarnings("serial") |
| 25 public class HgBadArgumentException extends HgException { | 32 public class HgBadArgumentException extends HgException { |
