Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Source code: org/media/mn8/protocol/jabber/xmlparser/EndOfXMLException.java


1   /* 
2    * $COPYRIGHT$
3    * $Id: EndOfXMLException.java,v 1.1 2002/04/09 16:47:45 crow Exp $
4    *
5    * Date        Author            Changes 
6    * APR 08 2002 Szabo Csaba       Created
7    */
8   package org.media.mn8.protocol.jabber.xmlparser;
9   
10  /**
11   * Exception thrown when the end of a XML stream is reached.
12   */
13  public class EndOfXMLException extends Exception {
14  }