Class LanguageNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.fridujo.glacio.parsing.ParsingException
-
- com.github.fridujo.glacio.parsing.i18n.LanguageNotFoundException
-
- All Implemented Interfaces:
Serializable
public class LanguageNotFoundException extends ParsingException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LanguageNotFoundException(Position position, String missingLanguage, Set<String> availableLanguages)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-