Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception handling #6

Open
rso1 opened this issue Dec 4, 2013 · 1 comment
Open

Exception handling #6

rso1 opened this issue Dec 4, 2013 · 1 comment

Comments

@rso1
Copy link

rso1 commented Dec 4, 2013

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
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants