2003/11/19 06:18:46
[org.ibex.core.git] / src / org / xwt / js / JSExn.java
index 8576c6a..370da2d 100644 (file)
@@ -6,7 +6,6 @@ import org.xwt.*;
 import java.io.*;
 import java.util.*;
 
-// FIXME: extend Exception, not RuntimeException
 /** An exception which can be thrown and caught by JavaScript code */
 public class JSExn extends RuntimeException { 
     private Object js = null;