public class LanguageException extends RuntimeException
| Modifier and Type | Class and Description |
|---|---|
static class |
LanguageException.LanguageExceptionReason |
| Constructor and Description |
|---|
LanguageException() |
LanguageException(String language,
LanguageException.LanguageExceptionReason reason) |
LanguageException(String language,
LanguageException.LanguageExceptionReason reason,
String furtherInformation) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LanguageException()
public LanguageException(String language, LanguageException.LanguageExceptionReason reason)
public LanguageException(String language, LanguageException.LanguageExceptionReason reason, String furtherInformation)
Copyright © 2018. All rights reserved.