~ubuntu-branches/ubuntu/raring/babel/raring-proposed

« back to all changes in this revision

Viewing changes to compiler/gov/llnl/babel/symbols/UnknownEnumException.java

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2008-08-01 07:56:58 UTC
  • mfrom: (3.1.2 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080801075658-9ezcrbh8dcs8lg70
Tags: 1.2.0.dfsg-6
Added libparsifal-dev as dependency to libsidl-dev (closes: #483324).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//
2
2
// File:        UnknownEnumException.java
3
3
// Package:     gov.llnl.babel.symbols
4
 
// Revision:    @(#) $Revision: 4434 $
5
 
// Date:        $Date: 2005-03-17 09:05:29 -0800 (Thu, 17 Mar 2005) $
 
4
// Revision:    @(#) $Revision: 4763 $
 
5
// Date:        $Date: 2005-07-26 10:32:19 -0700 (Tue, 26 Jul 2005) $
6
6
// Description: Client requested an unknown enumeration.
7
7
// 
8
8
// Copyright (c) 2000-2001, The Regents of the University of Calfornia.
37
37
 */
38
38
public class UnknownEnumException extends RuntimeException {
39
39
 
40
 
   private String d_enumerator;
 
40
   /**
 
41
         * 
 
42
         */
 
43
        private static final long serialVersionUID = 846227056106610091L;
 
44
private String d_enumerator;
41
45
   
42
46
   /**
43
47
    * Create an enumeration exception.