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:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionTranslationTextComponentFormatException
(TranslationTextComponent p_i45162_1_, int p_i45162_2_) TranslationTextComponentFormatException
(TranslationTextComponent p_i45161_1_, String p_i45161_2_) TranslationTextComponentFormatException
(TranslationTextComponent p_i45163_1_, Throwable p_i45163_2_) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TranslationTextComponentFormatException
public TranslationTextComponentFormatException(TranslationTextComponent p_i45161_1_, String p_i45161_2_) -
TranslationTextComponentFormatException
public TranslationTextComponentFormatException(TranslationTextComponent p_i45162_1_, int p_i45162_2_) -
TranslationTextComponentFormatException
public TranslationTextComponentFormatException(TranslationTextComponent p_i45163_1_, Throwable p_i45163_2_)
-