graphviz-java-api icon indicating copy to clipboard operation
graphviz-java-api copied to clipboard

Exception handling

Open rso1 opened this issue 11 years ago • 1 comments
trafficstars

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.

rso1 avatar Dec 04 '13 16:12 rso1

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?

ojhernandezcepeda avatar May 27 '19 02:05 ojhernandezcepeda