姜青林 发表于 2013-8-16 16:07:04

[Oracle interview]If I want an object of my class to be thrown as an exception object, what should I do?

胡一搏 发表于 2013-8-16 16:13:42

The classshould extend from Exception class. Or you can extend your class from somemore precise exception type also.
页: [1]
查看完整版本: [Oracle interview]If I want an object of my class to be thrown as an exception object, what should I do?