Search
Now showing items 1-2 of 2
Java - Exception Handling
(Spoken Tutorial IIT Bombay, 2017-04-17)
Outline:
- What is an Exception;
- Types of Exceptions:
- Checked Exceptions;
- Unchecked Exceptions;
- Explaining ''ArrayIndexOutOfBoundsException'';
- Demonstrating Checked Exceptions with ...
Java - Custom Exceptions
(Spoken Tutorial IIT Bombay, 2017-06-02)
Outline:
- What is a Custom Exception;
- Demonstration of custom exception;
- Custom exception example - "InvalidMarkException";
- Usage of "throw" keyword;
- How to resolve errors in custom exceptions;
- Resolve ...