Re: [Java-gnome-developer] Gtk Warnings

2012-02-05 Thread Andrew Cowie
On Sun, 2012-02-05 at 16:52 +0200, cyber python wrote: > if there is a way to distinguish warnings thrown as Exceptions. In general, a WARNING coming from a GNOME library means that it was fed an illegal value. We're well accustomed in Java land to having those result in IllegalArgumentExceptions

Re: [Java-gnome-developer] Gtk Warnings

2012-02-05 Thread Guillaume Mazoyer
2012/2/5 cyber python : > I am writing an application using java-gnome and if a gtk theme that > causes warnings is used the whole application crashes thus I'd like to > know if there is a way to distinguish warnings thrown as Exceptions. I never had such a problem. If the warning are actually gene

[Java-gnome-developer] Gtk Warnings

2012-02-05 Thread cyber python
Hello, I am writing an application using java-gnome and if a gtk theme that causes warnings is used the whole application crashes thus I'd like to know if there is a way to distinguish warnings thrown as Exceptions. Best regards, Georgios Migdos. --