~ubuntu-branches/ubuntu/trusty/flute-1.3-jfree/trusty

« back to all changes in this revision

Viewing changes to source/org/w3c/flute/parser/JumpException.java

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2007-11-05 00:29:44 UTC
  • Revision ID: james.westby@ubuntu.com-20071105002944-smtmy7dk6fogof0h
Tags: upstream-20061107
ImportĀ upstreamĀ versionĀ 20061107

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * (c) COPYRIGHT 1999 World Wide Web Consortium
 
3
 * (Massachusetts Institute of Technology, Institut National de Recherche
 
4
 *  en Informatique et en Automatique, Keio University).
 
5
 * All Rights Reserved. http://www.w3.org/Consortium/Legal/
 
6
 *
 
7
 * $Id: JumpException.java,v 1.1.1.1 2006/04/23 14:51:24 taqua Exp $
 
8
 */
 
9
package org.w3c.flute.parser;
 
10
 
 
11
/**
 
12
 * @version $Revision: 1.1.1.1 $
 
13
 * @author  Philippe Le Hegaret
 
14
 */
 
15
public class JumpException extends RuntimeException {
 
16
    /**
 
17
     * Creates a new JumpException
 
18
     */
 
19
    public JumpException() {
 
20
    }
 
21
    
 
22
}