📄 jeffileexception.java
字号:
//// ____.// __/\ ______| |__/\. _______// __ .____| | \ | +----+ \// _______| /--| | | - \ _ | : - \_________// \\______: :---| : : | : | \________>// |__\---\_____________:______: :____|____:_____\// /_____|//// . . . i n j a h i a w e t r u s t . . .//package org.jahia.services.jef;import org.jahia.exceptions.JahiaException;/** * All the Jef File Exception are derived from this class. * * @author Khue Nguyen * @version 1.0 */public class JefFileException extends JahiaException{ //------------------------------------------------------------------------- /** * Default constructor * * @param message * Error message. */ public JefFileException (String message) { super (message, message, JEF_ERROR, KISS_YOUR_ASS_GOODBYE); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -