com.bankframe.util
Class MissingLocaleException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bankframe.localization.BankFrameException
                    |
                    +--com.bankframe.EonException
                          |
                          +--com.bankframe.util.MissingLocaleException
All Implemented Interfaces:
java.io.Serializable

Deprecated. This class is no longer required

public class MissingLocaleException
extends EonException

This class represents all exceptions that are thrown when the DateConvertor class tries to format a date with a Locale that is set to null.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.bankframe.EonException
DEBUG
 
Fields inherited from class com.bankframe.localization.BankFrameException
CHAINED_EXCEPTION_DIVIDER, CHAINED_JAVA_EXCEPTION_MSG, EXCEPTION_CLASS_NAME, EXCEPTION_NAME
 
Constructor Summary
MissingLocaleException(int errorNumber)
          Deprecated. MissingLocaleException constructor
 
Methods inherited from class com.bankframe.EonException
fromEonException, fromException, getMessage, toDataPacket
 
Methods inherited from class com.bankframe.localization.BankFrameException
getBankFrameMessage, getCause, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MissingLocaleException

public MissingLocaleException(int errorNumber)
Deprecated. 
MissingLocaleException constructor

Parameters:
errorNumber - int representing an exception message in the resource file.


Copyright © 2005 Siebel Systems, Inc. All rights reserved.