|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.bankframe.localization.BankFrameException
com.bankframe.EonException
com.bankframe.fe.ui.UserInterfaceException
This class handles frontend exceptions.
| 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 |
public UserInterfaceException(int errorNumber)
errorNumber - the eception error number
public UserInterfaceException(int errorNumber,
java.lang.String[] arguments)
errorNumber - the exception error numberarguments - the exception message arguementspublic UserInterfaceException(BankFrameMessage msg)
msg - The error message
public UserInterfaceException(BankFrameMessage msg,
java.lang.Throwable t)
msg - The error messaget - The cause of this exceptionpublic UserInterfaceException(java.lang.Throwable t)
t - The cause of this exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||