org.enhydra.apache.xerces.msg
Class ExceptionMessages

java.lang.Object
  |
  +--java.util.ResourceBundle
        |
        +--java.util.ListResourceBundle
              |
              +--org.enhydra.apache.xerces.msg.ExceptionMessages

public class ExceptionMessages
extends ListResourceBundle

This file contains error and warning messages to be localized The messages are arranged in key and value tuples in a ListResourceBundle.

Version:
$Id: ExceptionMessages.java,v 1.1.1.1 2003/03/10 16:34:34 taweili Exp $

Field Summary
static Object[][] CONTENTS
          The list resource bundle contents.
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
ExceptionMessages()
           
 
Method Summary
 Object[][] getContents()
          Returns the list resource bundle contents.
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENTS

public static final Object[][] CONTENTS
The list resource bundle contents.
Constructor Detail

ExceptionMessages

public ExceptionMessages()
Method Detail

getContents

public Object[][] getContents()
Returns the list resource bundle contents.
Overrides:
getContents in class ListResourceBundle


Copyright © 1999 The Apache Software Foundation. All Rights reserved.