comparison dwtx/jface/text/BadLocationException.d @ 162:1a5b8f8129df

...
author Frank Benoit <benoit@tionex.de>
date Mon, 08 Sep 2008 00:51:37 +0200
parents 000f9136b8f7
children
comparison
equal deleted inserted replaced
161:f8d52b926852 162:1a5b8f8129df
178 178
179 /** 179 /**
180 * Creates a new bad location exception. 180 * Creates a new bad location exception.
181 */ 181 */
182 public this() { 182 public this() {
183 super(); 183 super(null);
184 } 184 }
185 185
186 /** 186 /**
187 * Creates a new bad location exception. 187 * Creates a new bad location exception.
188 * 188 *