File: EndOfPrologException.java

package info (click to toggle)
lib-xp-java 0.5-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,652 kB
  • ctags: 2,424
  • sloc: java: 8,085; makefile: 53; sh: 17; xml: 7
file content (9 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
package com.jclark.xml.tok;

/**
 * Thrown to indicate that the end of the prolog has been detected.
 * @see Encoding#tokenizeProlog
 * @version $Revision: 1.2 $ $Date: 1998/02/17 04:24:03 $
 */
public class EndOfPrologException extends TokenException {
}