---
title: "Can subclass overriding method declare an exception if parent class method doesn't throw an exception ?"  
description: "Can subclass overriding method declare an exception if parent class method doesn't throw an exception ?"  
author: "Anonymous User"  
published: 2015-04-24  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/2432/can-subclass-overriding-method-declare-an-exception-if-parent-class-method-doesn-t-throw-an-exception  
category: "java"  
tags: ["exception handling", "java"]  
reading_time: 1 minute  

---

# Can subclass overriding method declare an exception if parent class method doesn't throw an exception ?

Yes but only unchecked exception not checked.

## Answers

### Answer by Anonymous User

Yes but only unchecked exception not checked.


---

Original Source: https://www.mindstick.com/interview/2432/can-subclass-overriding-method-declare-an-exception-if-parent-class-method-doesn-t-throw-an-exception

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
