📄 jsqlarithmeticexception.java
字号:
//-< JSQLArithmeticException.java >----------------------------------*--------*
// JSQL Version 1.04 (c) 1999 GARRET * ? *
// (Java SQL) * /\| *
// * / \ *
// Created: 10-Dec-2002 K.A. Knizhnik * / [] \ *
// Last update: 10-Dec-2002 K.A. Knizhnik * GARRET *
//-------------------------------------------------------------------*--------*
// Exception thown in case of incorect operands for integer operations
//-------------------------------------------------------------------*--------*
package org.garret.perst;
/**
* Exception thown in case of incorect operands for integer operations
*/
public class JSQLArithmeticException extends JSQLRuntimeException {
/**
* Constructor of exception
*/
public JSQLArithmeticException(String msg) {
super(msg, null, null);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -