📄 iccprofileexception.java
字号:
/***************************************************************************** * * $Id: ICCProfileException.java,v 1.3 2002/08/08 13:59:26 grosbois Exp $ * * Copyright Eastman Kodak Company, 343 State Street, Rochester, NY 14650 * $Date $ *****************************************************************************/package icc;/** * This exception is thrown when the content of a profile * is incorrect. * * @see jj2000.j2k.icc.ICCProfile * @version 1.0 * @author Bruce A. Kern */public class ICCProfileException extends Exception { /** * Contruct with message * @param msg returned by getMessage() */ public ICCProfileException (String msg) { super (msg); } /** * Empty constructor */ public ICCProfileException () { }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -