comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/SWTException.d @ 26:f589fc20a5f9

work on linux phobos
author Frank Benoit <benoit@tionex.de>
date Sat, 21 Mar 2009 11:22:55 +0100
parents f713da8bc051
children ddbfe84d86df
comparison
equal deleted inserted replaced
25:f713da8bc051 26:f589fc20a5f9
14 14
15 import java.lang.all; 15 import java.lang.all;
16 16
17 import org.eclipse.swt.SWT; 17 import org.eclipse.swt.SWT;
18 18
19 import tango.core.Exception; 19 version(Tango){
20 import tango.core.Exception;
21 } else { // Phobos
22 }
20 23
21 /** 24 /**
22 * This runtime exception is thrown whenever a recoverable error 25 * This runtime exception is thrown whenever a recoverable error
23 * occurs internally in SWT. The message text and error code 26 * occurs internally in SWT. The message text and error code
24 * provide a further description of the problem. The exception 27 * provide a further description of the problem. The exception