Package net.minecraft.command
Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.minecraft.command.CommandException
net.minecraft.command.NotFoundException
- All Implemented Interfaces:
Serializable
public class NotFoundException extends CommandException
- See Also:
- Serialized Form
- Mappings:
Namespace Name official ceintermediary net/minecraft/class_1370named net/minecraft/command/NotFoundException
-
Constructor Summary
Constructors Constructor Description NotFoundException()NotFoundException(String reason, Object[] args) -
Method Summary
Methods inherited from class net.minecraft.command.CommandException
getArgsMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotFoundException
public NotFoundException() -
NotFoundException
- Mappings:
Namespace Name Mixin selector official <init>Lbz;<init>(Ljava/lang/String;[Ljava/lang/Object;)Vintermediary <init>Lnet/minecraft/class_1363;<init>(Ljava/lang/String;[Ljava/lang/Object;)Vnamed <init>Lnet/minecraft/command/CommandException;<init>(Ljava/lang/String;[Ljava/lang/Object;)V
-