Some exceptions do not need to be explicitly declared, such as asset not found. If an asset is not found, it should be handled appropriately at the right level. Since this is something that would not normally happen, it can be a runtime exception rather than a checked exception.
Some exceptions do not need to be explicitly declared, such as asset not found. If an asset is not found, it should be handled appropriately at the right level. Since this is something that would not normally happen, it can be a runtime exception rather than a checked exception.