mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 11:07:43 +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);
|
populateSubMenus(menuElement);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
throw new UnsupportedOperationException();
|
throw new UnsupportedOperationException("Unown MenuElement subclass: " + menuElement.getClass().getName());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user