Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

JetWebXMLException.java

Go to the documentation of this file.
00001 package cedar.jetweb.xml;
00002 
00003 import cedar.jetweb.JetWebException;
00004 
00005 import java.io.PrintStream;
00006 import java.io.PrintWriter;
00013 public class JetWebXMLException extends JetWebException {
00014 
00020     public JetWebXMLException(Exception originalException){
00021     super(originalException);
00022     } 
00029     public JetWebXMLException(String message, String datain){
00030     super(message,datain);
00031     } 
00032 
00033 }
00034 
00035 
00036 
00037 
00038 
00039 
00040 
00041 
00042 
00043 
00044 
00045 
00046 

Generated Wed Jan 17 09:14:27 GMT 2007