00001 package cedar.jetweb.html; 00002 00003 import java.io.PrintStream; 00004 import java.io.PrintWriter; 00005 00006 import cedar.jetweb.JetWebException; 00015 public class JetWebHTMLException extends JetWebException { 00016 00022 public JetWebHTMLException(Exception originalException){ 00023 super(originalException); 00024 } 00031 public JetWebHTMLException(String message, String data){ 00032 super(message,data); 00033 } 00034 00035 } 00036 00037 00038 00039 00040 00041 00042 00043 00044 00045 00046 00047 00048
Generated Wed Jan 17 09:14:27 GMT 2007