maxpagetemplatelimitexception.java
来自「java 写的一个新闻发布系统」· Java 代码 · 共 36 行
JAVA
36 行
// $Id: MaxPageTemplateLimitException.java,v 1.2 2002/04/04 08:13:25 pmartin Exp $//// ____.// __/\ ______| |__/\. _______// __ .____| | \ | +----+ \// _______| /--| | | - \ _ | : - \_________// \\______: :---| : : | : | \________>// |__\---\_____________:______: :____|____:_____\// /_____|//// . . . i n j a h i a w e t r u s t . . .//package org.jahia.security.license;import org.jahia.security.license.LicenseException;/** * This exception is used when the maximum number of page templates has been * reached. * * @author Fulco Houkes * @version 1.0 */public class MaxPageTemplateLimitException extends LicenseException{ //------------------------------------------------------------------------- public MaxPageTemplateLimitException() { super ("License maximum number of page templates reached!"); }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?