jabbalaci / graphviz-java-api

With this simple API you can simply call GraphViz's dot from your Java programs.
72 stars 35 forks source link

Exception handling #6

Open rso1 opened 10 years ago

rso1 commented 10 years ago

I would generally just pass on IOExceptions rather than catch them and convert them into a system output. In my case this was a problem, since I wanted to display a messagebox rather than having an system output.

ojhernandezcepeda commented 5 years ago

When i run the Prova.java, this happens: --- exec-maven-plugin:1.2.1:exec (default-cli) @ graphviz-java-api --- digraph G { A -> B; A -> C; }

Error: I/O error while writing the dot source to temp file!

Does anyone know how to repair it or why does this happen?