com.bankframe.fe.ui
Class UserInterfaceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bankframe.localization.BankFrameException
com.bankframe.EonException
com.bankframe.fe.ui.UserInterfaceException
- All Implemented Interfaces:
- Serializable
public class UserInterfaceException
- extends EonException
This class handles frontend exceptions.
- See Also:
- Serialized Form
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,
String[] arguments)
- FrontendException constructor. This method will be deprecated in a future
version of BankFrame MCA
- Parameters:
errorNumber
- the exception error numberarguments
- the exception message arguements
UserInterfaceException
public UserInterfaceException(BankFrameMessage msg)
- Constructor
- Parameters:
msg
- The error message
UserInterfaceException
public UserInterfaceException(BankFrameMessage msg,
Throwable t)
- Constructor.
- Parameters:
msg
- The error messaget
- The cause of this exception
UserInterfaceException
public UserInterfaceException(Throwable t)
- Constructor.
- Parameters:
t
- The cause of this exception
Copyright © 2005, 2007, Oracle. All rights reserved.