📄 smilnotfoundexception.java
字号:
// EDITOR NOTE: Please set number of columns to 100 in ur editor.package com.openwave.mms.content;/** * This exception is thrown when there is no SMIL part found while parsing a MIME * formatted input stream. */public class SmilNotFoundException extends ContentException { /** * This constructor takes a reason string. * * @param reason The reason for throwing this exception. */ SmilNotFoundException( String reason ) { super( reason ); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -