comparison dwtx/jface/text/BadPositionCategoryException.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
180 180
181 /** 181 /**
182 * Creates a new bad position category exception. 182 * Creates a new bad position category exception.
183 */ 183 */
184 public this() { 184 public this() {
185 super(); 185 super( null );
186 } 186 }
187 187
188 /** 188 /**
189 * Creates a new bad position category exception. 189 * Creates a new bad position category exception.
190 * 190 *