Package net.minecraft.command
Class CommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minecraft.command.CommandException
- All Implemented Interfaces:
Serializable
public class CommandException extends RuntimeException
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CommandException(Text message)
-
Method Summary
Modifier and Type Method Description Text
getTextMessage()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
message
-
-
Constructor Details
-
CommandException
-
-
Method Details
-
getTextMessage
-