ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/util/uk/org/iscream/cms/util/XMLPacketMaker.java
(Generate patch)

Comparing projects/cms/source/util/uk/org/iscream/cms/util/XMLPacketMaker.java (file contents):
Revision 1.4 by tdb, Thu Nov 30 02:04:18 2000 UTC vs.
Revision 1.6 by tdb, Thu Dec 7 23:26:16 2000 UTC

# Line 1 | Line 1
1   //---PACKAGE DECLARATION---
2 < package uk.ac.ukc.iscream.xml;
2 > package uk.ac.ukc.iscream.util;
3  
4   //---IMPORTS---
5   import java.io.*;
# Line 11 | Line 11 | import javax.xml.parsers.ParserConfigurationException;
11   import javax.xml.parsers.SAXParser;
12  
13   import uk.ac.ukc.iscream.core.*;
14 import uk.ac.ukc.iscream.refman.*;
14  
15   /**
16   * XMLPacketMaker - Creates an XMLPacket object.
# Line 55 | Line 54 | public class XMLPacketMaker extends HandlerBase {
54  
55          }
56          catch (Exception e) {
57 +            _logger.write(this.toString(), Logger.WARNING, e.toString());
58              _logger.write(this.toString(), Logger.WARNING, "An invalid XML UDP packet has been detected: "+packet.printAll());
59              return null;
60          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines