|
||||||||||
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.util.MissingLocaleException
public class MissingLocaleException
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.
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 |
Method Summary |
---|
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 MissingLocaleException(int errorNumber)
errorNumber
- int representing an exception message in the resource file.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |