equal
deleted
inserted
replaced
27 |
27 |
28 /** |
28 /** |
29 * Signals that a data format error has occurred. |
29 * Signals that a data format error has occurred. |
30 * |
30 * |
31 * @author David Connelly |
31 * @author David Connelly |
|
32 * @since 1.1 |
32 */ |
33 */ |
33 public |
34 public |
34 class DataFormatException extends Exception { |
35 class DataFormatException extends Exception { |
35 private static final long serialVersionUID = 2219632870893641452L; |
36 private static final long serialVersionUID = 2219632870893641452L; |
36 |
37 |