comparison dwtx/jface/internal/text/revisions/LineIndexOutOfBoundsException.d @ 147:000f9136b8f7

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents 7d818bd32d63
children 1a5b8f8129df
comparison
equal deleted inserted replaced
146:75302ef3f92f 147:000f9136b8f7
29 * line is &lt; 0. 29 * line is &lt; 0.
30 * 30 *
31 * @since 3.2 31 * @since 3.2
32 */ 32 */
33 public final class LineIndexOutOfBoundsException : IndexOutOfBoundsException { 33 public final class LineIndexOutOfBoundsException : IndexOutOfBoundsException {
34 private static final long serialVersionUID= 1L; 34 private static const long serialVersionUID= 1L;
35 35
36 /** 36 /**
37 * Constructs an <code>LineIndexOutOfBoundsException</code> with no detail message. 37 * Constructs an <code>LineIndexOutOfBoundsException</code> with no detail message.
38 */ 38 */
39 public this() { 39 public this() {