文件名称:exception
介绍说明--下载内容均来自于网络,请自行研究使用
* 自定义两个exception exception类
*编写一段程序使用这两个类:从标准输入读入字符串,
*当字符串为空时抛出一 个exception,
*当字符串包含阿拉伯数字 时抛出另一个exception;捕获exception
-* Custom two exception exception class* write a program to use these two categories: the string read the standard input,* thrown when the string is empty, an exception,* throws another when the string contains digits exception capture exception* /
*编写一段程序使用这两个类:从标准输入读入字符串,
*当字符串为空时抛出一 个exception,
*当字符串包含阿拉伯数字 时抛出另一个exception;捕获exception
-* Custom two exception exception class* write a program to use these two categories: the string read the standard input,* thrown when the string is empty, an exception,* throws another when the string contains digits exception capture exception* /
(系统自动生成,下载前可以参看下载内容)
下载文件列表
exception_第六次作业
....................\.idea
....................\.....\.name
....................\.....\compiler.xml
....................\.....\copyright
....................\.....\.........\profiles_settings.xml
....................\.....\misc.xml
....................\.....\modules.xml
....................\.....\vcs.xml
....................\.....\workspace.xml
....................\exception.iml
....................\out
....................\...\production
....................\...\..........\exception
....................\...\..........\.........\NumberException.class
....................\...\..........\.........\SpaceException.class
....................\...\..........\.........\except.class
....................\src
....................\...\except.java