com.bankframe.fe.ui
Class UserInterfaceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bankframe.localization.BankFrameException
              extended bycom.bankframe.EonException
                  extended bycom.bankframe.fe.ui.UserInterfaceException
All Implemented Interfaces:
java.io.Serializable

public class UserInterfaceException
extends EonException

This class handles frontend exceptions.

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
UserInterfaceException(BankFrameMessage msg)
          Constructor
UserInterfaceException(BankFrameMessage msg, java.lang.Throwable t)
          Constructor.
UserInterfaceException(int errorNumber)
          UserInterfaceException constructor comment.
UserInterfaceException(int errorNumber, java.lang.String[] arguments)
          FrontendException constructor.
UserInterfaceException(java.lang.Throwable t)
          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

UserInterfaceException

public UserInterfaceException(int errorNumber)
UserInterfaceException constructor comment. This method will be deprecated in a future version of BankFrame MCA

Parameters:
errorNumber - the eception error number

UserInterfaceException

public UserInterfaceException(int errorNumber,
                              java.lang.String[] arguments)
FrontendException constructor. This method will be deprecated in a future version of BankFrame MCA

Parameters:
errorNumber - the exception error number
arguments - the exception message arguements

UserInterfaceException

public UserInterfaceException(BankFrameMessage msg)
Constructor

Parameters:
msg - The error message

UserInterfaceException

public UserInterfaceException(BankFrameMessage msg,
                              java.lang.Throwable t)
Constructor.

Parameters:
msg - The error message
t - The cause of this exception

UserInterfaceException

public UserInterfaceException(java.lang.Throwable t)
Constructor.

Parameters:
t - The cause of this exception


Copyright © 2005, 2007, Oracle. All rights reserved.