Class LanguageAdapterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.fabricmc.loader.api.LanguageAdapterException
All Implemented Interfaces:
Serializable

public class LanguageAdapterException extends Exception
An exception that occurs during a LanguageAdapter's object creation.
See Also:
  • Constructor Details

    • LanguageAdapterException

      public LanguageAdapterException(String s)
      Creates a new language adapter exception.
      Parameters:
      s - the message
    • LanguageAdapterException

      public LanguageAdapterException(Throwable t)
      Creates a new language adapter exception.
      Parameters:
      t - the cause
    • LanguageAdapterException

      public LanguageAdapterException(String s, Throwable t)
      Creates a new language adapter exception.
      Parameters:
      s - the message
      t - the cause