📄 nopowerexception.java
字号:
package com.royee.ecport.exception;
public class NoPowerException extends RuntimeException {
/**
*
*/
private static final long serialVersionUID = 5925016326604631927L;
public NoPowerException() {
super();
// TODO Auto-generated constructor stub
}
public NoPowerException(String arg0, Throwable arg1) {
super(arg0, arg1);
// TODO Auto-generated constructor stub
}
public NoPowerException(String arg0) {
super(arg0);
// TODO Auto-generated constructor stub
}
public NoPowerException(Throwable arg0) {
super(arg0);
// TODO Auto-generated constructor stub
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -