mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
add message to UnsupportedOperationException
This commit is contained in:
parent
4d018f45d5
commit
0b03435b23
@ -109,7 +109,7 @@ public class SwingFXMenuUtils extends MenuItem {
|
||||
populateSubMenus(menuElement);
|
||||
|
||||
} else {
|
||||
throw new UnsupportedOperationException();
|
||||
throw new UnsupportedOperationException("Unown MenuElement subclass: " + menuElement.getClass().getName());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user