-
Notifications
You must be signed in to change notification settings - Fork 43
Uncaught exception. #305
Description
Im trying to export my file with the "open network export dialog" but when I choose "author" as variable 1 ans "concept" as variable 2 it doesnt work. Just so you know it works if my variable 1 is "organization" ans variable 2 "concept"
Log stack trace
logger.LogEvent
at dna.Dna$DefaultExceptionHandler.uncaughtException(Dna.java:84)
at java.base/java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:695)
at java.base/java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
at java.base/java.lang.Thread.dispatchUncaughtException(Thread.java:2902)
Exception stack trace
java.util.NoSuchElementException: No value present
at java.base/java.util.OptionalInt.getAsInt(OptionalInt.java:130)
at export.Exporter.exportGraphml(Exporter.java:2627)
at export.Exporter.exportToFile(Exporter.java:2406)
at gui.NetworkExporter$GuiExportThread.run(NetworkExporter.java:1237)
at java.base/java.lang.Thread.run(Thread.java:1583)
Thanks you for your help