Class RemoteRpcErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minecraft.server.jsonrpc.methods.RemoteRpcErrorException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRemoteRpcErrorException(com.google.gson.JsonElement id, com.google.gson.JsonObject error) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
id
private final com.google.gson.JsonElement id -
error
private final com.google.gson.JsonObject error
-
-
Constructor Details
-
RemoteRpcErrorException
public RemoteRpcErrorException(com.google.gson.JsonElement id, com.google.gson.JsonObject error)
-
-
Method Details
-
getError
private com.google.gson.JsonObject getError() -
getId
private com.google.gson.JsonElement getId()
-