dbms_output on exception

I have dbms_output.put_line in my pl/sql code. I have been unable to get the actual output anytime an exception is raised in the code.

Should I be able to view the output for the TOAD dbms output even though an exception has been raised ?