金曜日 12 10, 2004
starting point ..NullPointerException:
/*
* now debugging my notion....
*/
try{
Person ryoya = humanbeings.oneOf(WORLD_POPULATION);
SunBlogger sb_ryoya = (SunBlogger)ryoya;
sb_ryoya.init();
Blog blog = sb_ryoya.writeBlog(12/10/2004);
blog.read();
}catch(NullPointerException ne){
System.err.println("I'm sorry for my blog is null.");
}catch(NonSenseException nse){
System.err.println("I'm sorry for nonsense. " + nse );
}catch(Exception e){
e.printStackTrace();
}
Posted at 02:16午前 12 10, 2004 by ryoya in General |
Comments: