001/*
002 * (c) COPYRIGHT 1999 World Wide Web Consortium
003 * (Massachusetts Institute of Technology, Institut National de Recherche
004 *  en Informatique et en Automatique, Keio University).
005 * All Rights Reserved. http://www.w3.org/Consortium/Legal/
006 *
007 * $Id: JumpException.java,v 1.1.1.1 2006/04/23 14:51:24 taqua Exp $
008 */
009package org.w3c.flute.parser;
010
011/**
012 * @version $Revision: 1.1.1.1 $
013 * @author  Philippe Le Hegaret
014 */
015public class JumpException extends RuntimeException {
016    /**
017     * Creates a new JumpException
018     */
019    public JumpException() {
020    }
021    
022}