|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
zisko.multicastor.program.lang.InvalidLanguageFileException
public class InvalidLanguageFileException
This exception is thrown if a language file is invalid In the most cases it does not contain all the required key value pairs that are needed.
Constructor Summary | |
---|---|
InvalidLanguageFileException(int errorIndex,
java.lang.String errorKey,
java.lang.String[] keys)
Creates a new Invalid LanguageFileException |
Method Summary | |
---|---|
int |
getErrorIndex()
Returns the index of the first missing key |
java.lang.String |
getErrorKey()
Returns the name of the first missing key |
java.lang.String[] |
getKeys()
Returns the reference to the used key array for the validation |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InvalidLanguageFileException(int errorIndex, java.lang.String errorKey, java.lang.String[] keys)
errorIndex
- The first missing key valueerrorKey
- The index the first missing keykeys
- the reference to the used key array for the validationLanguageManager.keys
Method Detail |
---|
public java.lang.String getErrorKey()
public int getErrorIndex()
public java.lang.String[] getKeys()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |