BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.apache.xerces.msg
Class ExceptionMessages

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

public class ExceptionMessages
extends java.util.ListResourceBundle

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

This class is based on an implementation from the Apache XML Project. In future releases the XML parser, XSLT processor, and associated classes will likely be updated to be based on a later version of the Apache implementations. Since Apache does not guarantee backwards compatibility between versions of their software, we cannot guarantee backwards compatibility of any of the classes contained in the weblogic.apache package or sub-packages.

Version:
$Id: ExceptionMessages.java,v 1.11 2000/04/04 21:14:22 andyc Exp $

Field Summary
static java.lang.Object[][] CONTENTS
          The list resource bundle contents.
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
ExceptionMessages()
           
 
Method Summary
 java.lang.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 java.lang.Object[][] CONTENTS
The list resource bundle contents.
Constructor Detail

ExceptionMessages

public ExceptionMessages()
Method Detail

getContents

public java.lang.Object[][] getContents()
Returns the list resource bundle contents.

Overrides:
getContents in class java.util.ListResourceBundle

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.