comparison dwtx/core/runtime/AssertionFailedException.d @ 72:5df4896124c7

JFace and its examples do compile
author Frank Benoit <benoit@tionex.de>
date Thu, 22 May 2008 17:56:17 +0200
parents 46a6e0e6ccd4
children
comparison
equal deleted inserted replaced
71:4878bef4a38e 72:5df4896124c7
11 * Frank Benoit <benoit@tionex.de> 11 * Frank Benoit <benoit@tionex.de>
12 *******************************************************************************/ 12 *******************************************************************************/
13 module dwtx.core.runtime.AssertionFailedException; 13 module dwtx.core.runtime.AssertionFailedException;
14 14
15 import dwt.dwthelper.utils; 15 import dwt.dwthelper.utils;
16 version(JIVE) import jive.stacktrace;
16 17
17 /** 18 /**
18 * <code>AssertionFailedException</code> is a runtime exception thrown 19 * <code>AssertionFailedException</code> is a runtime exception thrown
19 * by some of the methods in <code>Assert</code>. 20 * by some of the methods in <code>Assert</code>.
20 * <p> 21 * <p>