Package net.minecraft.client.gl
Class ShaderParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.minecraft.client.gl.ShaderParseException
- All Implemented Interfaces:
Serializable
@Environment(CLIENT) public class ShaderParseException extends IOException
- See Also:
- Serialized Form
- Mappings:
Namespace Name official weintermediary net/minecraft/class_2973named net/minecraft/client/gl/ShaderParseException
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classShaderParseException.JsonStackTrace -
Field Summary
Fields Modifier and Type Field Description private Stringmessageprivate List<ShaderParseException.JsonStackTrace>traces -
Constructor Summary
Constructors Constructor Description ShaderParseException(String message)ShaderParseException(String message, Throwable cause) -
Method Summary
Modifier and Type Method Description voidaddFaultyElement(String jsonKey)voidaddFaultyFile(String path)StringgetMessage()static ShaderParseExceptionwrap(Exception cause)Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
traces
- Mappings:
Namespace Name Mixin selector official aLwe;a:Ljava/util/List;intermediary field_13371Lnet/minecraft/class_2973;field_13371:Ljava/util/List;named tracesLnet/minecraft/client/gl/ShaderParseException;traces:Ljava/util/List;
-
message
- Mappings:
Namespace Name Mixin selector official bLwe;b:Ljava/lang/String;intermediary field_13372Lnet/minecraft/class_2973;field_13372:Ljava/lang/String;named messageLnet/minecraft/client/gl/ShaderParseException;message:Ljava/lang/String;
-
-
Constructor Details
-
ShaderParseException
- Mappings:
Namespace Name Mixin selector official <init>Lwe;<init>(Ljava/lang/String;)Vintermediary <init>Lnet/minecraft/class_2973;<init>(Ljava/lang/String;)Vnamed <init>Lnet/minecraft/client/gl/ShaderParseException;<init>(Ljava/lang/String;)V
-
ShaderParseException
- Mappings:
Namespace Name Mixin selector official <init>Lwe;<init>(Ljava/lang/String;Ljava/lang/Throwable;)Vintermediary <init>Lnet/minecraft/class_2973;<init>(Ljava/lang/String;Ljava/lang/Throwable;)Vnamed <init>Lnet/minecraft/client/gl/ShaderParseException;<init>(Ljava/lang/String;Ljava/lang/Throwable;)V
-
-
Method Details
-
addFaultyElement
- Mappings:
Namespace Name Mixin selector official aLwe;a(Ljava/lang/String;)Vintermediary method_12854Lnet/minecraft/class_2973;method_12854(Ljava/lang/String;)Vnamed addFaultyElementLnet/minecraft/client/gl/ShaderParseException;addFaultyElement(Ljava/lang/String;)V
-
addFaultyFile
- Mappings:
Namespace Name Mixin selector official bLwe;b(Ljava/lang/String;)Vintermediary method_12855Lnet/minecraft/class_2973;method_12855(Ljava/lang/String;)Vnamed addFaultyFileLnet/minecraft/client/gl/ShaderParseException;addFaultyFile(Ljava/lang/String;)V
-
getMessage
- Overrides:
getMessagein classThrowable- Mappings:
Namespace Name Mixin selector official getMessageLwe;getMessage()Ljava/lang/String;intermediary getMessageLnet/minecraft/class_2973;getMessage()Ljava/lang/String;named getMessageLnet/minecraft/client/gl/ShaderParseException;getMessage()Ljava/lang/String;
-
wrap
- Mappings:
Namespace Name Mixin selector official aLwe;a(Ljava/lang/Exception;)Lwe;intermediary method_12856Lnet/minecraft/class_2973;method_12856(Ljava/lang/Exception;)Lnet/minecraft/class_2973;named wrapLnet/minecraft/client/gl/ShaderParseException;wrap(Ljava/lang/Exception;)Lnet/minecraft/client/gl/ShaderParseException;
-