Package net.fabricmc.loader.api
Class LanguageAdapterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.fabricmc.loader.api.LanguageAdapterException
- All Implemented Interfaces:
Serializable
An exception that occurs during a
LanguageAdapter
's object creation.- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new language adapter exception.Creates a new language adapter exception.Creates a new language adapter exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LanguageAdapterException
Creates a new language adapter exception.- Parameters:
s
- the message
-
LanguageAdapterException
Creates a new language adapter exception.- Parameters:
t
- the cause
-
LanguageAdapterException
Creates a new language adapter exception.- Parameters:
s
- the messaget
- the cause
-