public class IncorrectLanguageException
extends java.lang.Exception
IncorrectLanguageException()IncorrectLanguageException(String)IncorrectLanguageException(Throwable)IncorrectLanguageException(String, Throwable)
Provides exceptions to LocalizationManager
| Constructor and Description |
|---|
IncorrectLanguageException() |
IncorrectLanguageException(java.lang.String message) |
IncorrectLanguageException(java.lang.String message,
java.lang.Throwable cause) |
IncorrectLanguageException(java.lang.Throwable cause) |
public IncorrectLanguageException()
public IncorrectLanguageException(java.lang.String message)
message - The exception message.public IncorrectLanguageException(java.lang.String message,
java.lang.Throwable cause)
message - The exception message.cause - The cause of the exception.public IncorrectLanguageException(java.lang.Throwable cause)
cause - The cause of the exception.