— Scott McNealy, Sun Microsystems Chairman, President and ceo


public void takeRisk() throws BadException {



Download 40,57 Mb.
Pdf ko'rish
bet304/555
Sana26.05.2022
Hajmi40,57 Mb.
#609235
1   ...   300   301   302   303   304   305   306   307   ...   555
Bog'liq
Head First Java (Kathy Sierra, Bert Bates) (z-lib.org)

public void takeRisk() throws BadException {
if (abandonAllHope) {
throw new BadException();
}
}
create a new Exception 
object and throw it.
this method MUST tell the world (by 
declaring) that it throws a BadException
public void crossFingers() {
try {
anObject.takeRisk();
} catch (BadException ex) {
System.out.println(“Aaargh!”);
ex.printStackTrace();
}
If you can’t recover from the exception, at LEAST 
get a stack trace using the printStackTrace() method 
that all exceptions inherit.
class with a 
risky method
t
hro
ws 
an
e
xce
pt
i
on
b
ac
k
class Cow {
void moo() {
if (serverDown){
explode();
}
}
}
your code
class Bar {
void go() {
moo();

int stuff() {
x.beep();
}
}
calls risky method
1
2
Risky, exception-throwing code:
Your code that 
calls 
the risky method:
1
2


324
 
chapter 11
there are no
Dumb Questions
Q:
 Wait just a minute! How come this is the FIRST time 
we’ve had to try/catch an Exception? What about the 
exceptions I’ve already gotten like NullPointerException 
and the exception for DivideByZero. I even got a 
NumberFormatException from the Integer.parseInt() 
method. How come we didn’t have to catch those?
A:
The compiler cares about all subclasses of Exception, 
unless they are a special type, RuntimeException. Any 
exception class that extends RuntimeException gets a 
free pass. RuntimeExceptions can be thrown anywhere, 
with or without throws declarations or try/catch blocks. 
The compiler doesn’t bother checking whether a method 
declares that it throws a RuntimeException, or whether the 
caller acknowledges that they might get that exception at 
runtime.
Q:

Download 40,57 Mb.

Do'stlaringiz bilan baham:
1   ...   300   301   302   303   304   305   306   307   ...   555




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish