Skip navigation links

Oracle Business Rules Java API Reference
10g (10.1.3.1.0)

B28966-01


oracle.rules.sdk.exception
Class MessageInfo

java.lang.Object
  extended byoracle.rules.sdk.exception.MessageInfo

All Implemented Interfaces:
java.io.Serializable

public class MessageInfo
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Field Summary
static java.util.Locale DEFAULT_LOCALE
           

 

Method Summary
 void addToken(java.lang.Object token)
           
 java.lang.String getCode()
          Returns the Message/Exception code
 java.lang.String getCode(java.util.Locale locale)
           
 java.lang.String getGeneratedBy()
          Returns which component throw the exception
 java.lang.String getMessage()
          Returns the message for this Message/Exception
 java.lang.String getMessage(java.util.Locale locale)
          Returns the locale specific message for this Message/Exception
 java.util.Date getTimeStamp()
          Returns the Time of creation of Message/Exception

 

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

 

Field Detail

DEFAULT_LOCALE

public static final java.util.Locale DEFAULT_LOCALE

Method Detail

addToken

public void addToken(java.lang.Object token)

getCode

public java.lang.String getCode()
Returns the Message/Exception code

getCode

public java.lang.String getCode(java.util.Locale locale)

getTimeStamp

public java.util.Date getTimeStamp()
Returns the Time of creation of Message/Exception

getGeneratedBy

public java.lang.String getGeneratedBy()
Returns which component throw the exception

getMessage

public java.lang.String getMessage()
Returns the message for this Message/Exception

getMessage

public java.lang.String getMessage(java.util.Locale locale)
Returns the locale specific message for this Message/Exception

Skip navigation links

Oracle Business Rules Java API Reference
10g (10.1.3.1.0)

B28966-01


Copyright © 2006, Oracle. All rights reserved.