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