Java Exceptions

Permabanned
Joined
18 Jul 2006
Posts
1,222
Location
Frodsham
I have a program that throws custom exceptions so I can log them and manipluate them. My question is when i write a method and add the bit throws CustomException. Will it throw any exception that is based on the class i entered when it is created.

If you can follow that you're doing better than me
 
Back
Top Bottom