public class ModelLoaderErrorMessage
extends org.apache.logging.log4j.message.SimpleMessage
コンストラクタと説明 |
---|
ModelLoaderErrorMessage(ModelResourceLocation resourceLocation,
java.lang.Exception exception) |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
formatTo(java.lang.StringBuilder buffer)
Writes a text representation of this object into the specified
StringBuilder , ideally without allocating
temporary objects. |
public ModelLoaderErrorMessage(ModelResourceLocation resourceLocation, java.lang.Exception exception)
public void formatTo(java.lang.StringBuilder buffer)
org.apache.logging.log4j.util.StringBuilderFormattable
StringBuilder
, ideally without allocating
temporary objects.formatTo
インタフェース内 org.apache.logging.log4j.util.StringBuilderFormattable
formatTo
クラス内 org.apache.logging.log4j.message.SimpleMessage
buffer
- the StringBuilder to write into