Package net.minecraft.util.text
Class TranslationTextComponentFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- net.minecraft.util.text.TranslationTextComponentFormatException
-
- All Implemented Interfaces:
java.io.Serializable
public class TranslationTextComponentFormatException extends java.lang.IllegalArgumentException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TranslationTextComponentFormatException(TranslationTextComponent p_i45162_1_, int p_i45162_2_)
TranslationTextComponentFormatException(TranslationTextComponent p_i45161_1_, java.lang.String p_i45161_2_)
TranslationTextComponentFormatException(TranslationTextComponent p_i45163_1_, java.lang.Throwable p_i45163_2_)
-
-
-
Constructor Detail
-
TranslationTextComponentFormatException
public TranslationTextComponentFormatException(TranslationTextComponent p_i45161_1_, java.lang.String p_i45161_2_)
-
TranslationTextComponentFormatException
public TranslationTextComponentFormatException(TranslationTextComponent p_i45162_1_, int p_i45162_2_)
-
TranslationTextComponentFormatException
public TranslationTextComponentFormatException(TranslationTextComponent p_i45163_1_, java.lang.Throwable p_i45163_2_)
-
-