Class LanguageThemeCombinationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eu.zajc.akiwrapper.core.exceptions.AkinatorException
org.eu.zajc.akiwrapper.core.exceptions.LanguageThemeCombinationException
- All Implemented Interfaces:
Serializable
An exception indicating the requested
Akiwrapper.Language does not support the
requested Akiwrapper.Theme.- Author:
- Marko Zajc
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLanguageThemeCombinationException(Akiwrapper.Language language, Akiwrapper.Theme theme) -
Method Summary
Methods inherited from class org.eu.zajc.akiwrapper.core.exceptions.AkinatorException
getDebugInformationMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LanguageThemeCombinationException
public LanguageThemeCombinationException(@Nonnull Akiwrapper.Language language, @Nonnull Akiwrapper.Theme theme)
-
-
Method Details
-
getLanguage
- Returns:
- the requested
Akiwrapper.Language.
-
getTheme
- Returns:
- the requested
Akiwrapper.Theme.
-