ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

174 results

fullstackDaily
28. Custom Exceptions in Java Explained 🚀

Custom exceptions in Java help you handle application-specific errors Learn how to create and use user-defined exceptions ...

1:56
28. Custom Exceptions in Java Explained 🚀

16 views

11 days ago

RuchiCodes
Custom Exception in Java Explained | User Defined Exception with Real Examples

In this video, we will learn Custom Exception in Java in a simple and beginner-friendly way. You will understand what a user ...

12:40
Custom Exception in Java Explained | User Defined Exception with Real Examples

79 views

12 days ago

JavaCodeAcademy
How to Create Custom Exceptions in Java | extends Exception vs RuntimeException

Are you still throwing generic Exception or RuntimeException for everything? In this video, we level up your error handling by ...

8:26
How to Create Custom Exceptions in Java | extends Exception vs RuntimeException

21 views

3 weeks ago

vlogommentary
How to Write a Custom Java Exception Using @ Builder Pattern

Learn a clean and modern approach to writing custom Java exceptions using Lombok's @ Builder to improve code clarity and ...

3:46
How to Write a Custom Java Exception Using @ Builder Pattern

0 views

12 days ago

ACE Engineering College
Class #22 | Defining and Throwing Custom Java Exceptions| Complete Course | ACE Engineering College

Class #22 of the Complete Java Course by ACE Engineering College focuses on defining and throwing custom exceptions in ...

54:34
Class #22 | Defining and Throwing Custom Java Exceptions| Complete Course | ACE Engineering College

86 views

4 weeks ago

My Notes with ai
Java Exception Handling

... Exception Handling Clauses – try, catch, finally, throws and the throw statement, Built-in-Exceptions and Custom Exceptions.

5:35
Java Exception Handling

0 views

7 days ago

ASK-DEV
VTU Java Lab Program 9 (2025) 🔥 Custom Exception | Division By Zero Using try-catch-finally

Preparing for VTU Java Lab Program 9 (2025)? This video will help you master Custom Exceptions in Java step by step! In this ...

4:20
VTU Java Lab Program 9 (2025) 🔥 Custom Exception | Division By Zero Using try-catch-finally

83 views

2 weeks ago

DEBUGGED
Java Lesson 15 – Exception Handling

In this lesson, you'll learn how Java handles errors safely using exception handling. We explore try-catch blocks, checked vs ...

15:03
Java Lesson 15 – Exception Handling

2 views

4 weeks ago

Dk Java Telugu
Java Day 17 🔥 Custom Exceptions | User Defined Exceptions | Telugu

Java Full Course in Telugu – Day 17 Custom Exceptions | User Defined Exceptions Explained ఈ వీడియోలో Java ...

1:53:38
Java Day 17 🔥 Custom Exceptions | User Defined Exceptions | Telugu

16 views

2 weeks ago

Selenium Express
Spring Boot 4 REST API Tutorial 🚀 | CRUD, Exception Handling & Swagger

Build a production-ready REST API using Spring Boot 4 by following real industry best practices — not just CRUD basics.

1:32:15
Spring Boot 4 REST API Tutorial 🚀 | CRUD, Exception Handling & Swagger

2,475 views

3 days ago

PhantomFeed
Java Advanced: Exceptions, Concurrency, IO, Generics #java #exceptionhandling

Java core programming, focusing on modern best practices and examples. It clearly explains Exception Handling, differentiating ...

9:19
Java Advanced: Exceptions, Concurrency, IO, Generics #java #exceptionhandling

0 views

2 weeks ago

Shilpa Vaidya
31 Exceptions part 3: Custom Exception with a class

So we will start with the custom exceptions. In this we are going to create a class uh which will extend the exception class So I'm ...

6:18
31 Exceptions part 3: Custom Exception with a class

46 views

4 weeks ago

Hacktrickz
18.10 : Student Challenge – Stack Class with Exceptions — [Abdul Bari] Java Course

In this student challenge, you will implement a Stack class in Java using exception handling techniques. This video improves ...

8:52
18.10 : Student Challenge – Stack Class with Exceptions — [Abdul Bari] Java Course

9 views

4 weeks ago

QA Interview Prep
Java Exception Handling Full Tutorial | Important for Interviews

Exception Handling in Java | Infosys / TCS / Wipro Interview Level Questions & Answers In this video, we will learn Exception ...

5:24
Java Exception Handling Full Tutorial | Important for Interviews

0 views

2 weeks ago

pbo if 24
MindBuddy: Sistem Monitoring Mood dengan UML & Custom Exception

... menyimpan riwayat mood secara dinamis dan implementasi Custom Exception (InvalidMoodException) untuk validasi data.

8:08
MindBuddy: Sistem Monitoring Mood dengan UML & Custom Exception

0 views

2 weeks ago

CodeHunt
finally Block in Java | throw vs throws Keyword | Custom Exception | Exception Handling | Hindi

Welcome back to CodeHunt's Core Java Tutorial Series In this video, we continue Exception Handling in Java and cover some ...

36:10
finally Block in Java | throw vs throws Keyword | Custom Exception | Exception Handling | Hindi

71 views

13 days ago

Hacktrickz
18.7 : throw vs throws in Java (Concept + Demo) — [Abdul Bari] Java Course

Topics Covered: throw keyword in Java throws keyword in Java Custom exception handling Practical examples Keywords: ...

25:15
18.7 : throw vs throws in Java (Concept + Demo) — [Abdul Bari] Java Course

29 views

4 weeks ago

Afra | NU
Lec9. Part2. Custom Exception
7:21
Lec9. Part2. Custom Exception

104 views

4 weeks ago

DPK Dev Studio
Global Exception Handling & Custom API Response |Marketplace Backend Project | DPK Dev Studio#coding

Today I implemented Global Exception Handling and a Custom API Response structure in my Spring Boot backend project This ...

16:03
Global Exception Handling & Custom API Response |Marketplace Backend Project | DPK Dev Studio#coding

3 views

3 days ago

FASTQA
Object-Oriented Programming–Module 7: Exception Handling &Error Management|FASTQA|Automation Testing

Learners will explore try-catch-finally blocks, checked and unchecked exceptions, and custom exception design. The module ...

1:15:13
Object-Oriented Programming–Module 7: Exception Handling &Error Management|FASTQA|Automation Testing

4 views

13 days ago

Carlos Chacin
I was able to fix MY MISTAKE: Java TDD (Skull King Ep. 6)

Java Error Handling Tutorial: Building a custom Result[T] type without Vavr! In this Java 25 TDD episode, I remove the Vavr ...

28:27
I was able to fix MY MISTAKE: Java TDD (Skull King Ep. 6)

50 views

2 weeks ago

vlogommentary
How to Properly Check a Custom Annotation in Java with @ Retention

Learn the importance of @ Retention(RetentionPolicy.RUNTIME) when creating custom annotations in Java and how to check ...

2:47
How to Properly Check a Custom Annotation in Java with @ Retention

0 views

2 weeks ago

DinaTechy
Validation & Global Exception Handling Without this API will DIE | Let me Fix | Tamil | DinaTechy

... like @NotNull, @NotBlank, @Email ✓ Global exception handling using @ControllerAdvice ✓ Custom error messages for clean ...

7:42
Validation & Global Exception Handling Without this API will DIE | Let me Fix | Tamil | DinaTechy

66 views

3 weeks ago

vlogommentary
Creating an ArchUnit Rule to Enforce Private Fields Except for Constants

Learn how to write an ArchUnit test to ensure fields are private except for constants, including filtering out enum constants ...

3:13
Creating an ArchUnit Rule to Enforce Private Fields Except for Constants

0 views

7 days ago

Java with Divya😍
NO one CAN SAY this !!!Crack Java Interviews 🔥 THIS & SUPER Explained

... modularity — Exception handling with real examples — try–catch, throw, throws, finally — Custom exceptions — File handling, ...

6:13
NO one CAN SAY this !!!Crack Java Interviews 🔥 THIS & SUPER Explained

5 views

3 weeks ago