Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.lbevent
Class LBEErrorMessage

java.lang.Object
  extended byjava.util.ResourceBundle
      extended byjava.util.ListResourceBundle
          extended byoracle.panama.lbevent.LBEErrorMessage


public class LBEErrorMessage
extends java.util.ListResourceBundle

A ErrorMessage class for location based event. This class defines the error messages used by the LBEvent framework.


Constructor Summary
LBEErrorMessage()

Method Summary
java.lang.Object[][] getContents()
Returns the contents of the error messages

Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject

Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

LBEErrorMessage

public LBEErrorMessage()

Method Detail

getContents

public java.lang.Object[][] getContents()
Returns the contents of the error messages
Returns:
a two-dimensional array containing the stored error messages. The first dimension is the name of the error and the second is the detailed description string.

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.