InvalidRequestJsonRpcException.java
net.minecraft.server.jsonrpc.methods.InvalidRequestJsonRpcException
信息
- 全限定名:net.minecraft.server.jsonrpc.methods.InvalidRequestJsonRpcException
- 类型:public class
- 包:net.minecraft.server.jsonrpc.methods
- 源码路径:src/main/java/net/minecraft/server/jsonrpc/methods/InvalidRequestJsonRpcException.java
- 起始行号:L3
- 继承:RuntimeException
- 职责:
TODO
字段/常量
- 无
内部类/嵌套类型
- 无
构造器
public InvalidRequestJsonRpcException(String message) @ L4
- 构造器名:InvalidRequestJsonRpcException
- 源码定位:L4
- 修饰符:public
参数:
- message: String
说明:
TODO
方法
下面的方法块按源码顺序生成。
- 无
代码
public class InvalidRequestJsonRpcException extends RuntimeException {
public InvalidRequestJsonRpcException(String message) {
super(message);
}
}引用的其他类
- 无