Package es.blackleg.jlibnotify.exception
package es.blackleg.jlibnotify.exception
Checked exceptions raised by the library.
JLibnotifyException is the common parent;
JLibnotifyLoadException reports a failure while
loading the native library, and
JLibnotifyInitException a failure while initialising
the notification session. They cover the two operations that can fail before any notification
is created.
- Author:
- Hector Espert
-
Exception ClassesClassDescriptionParent of the checked exceptions raised by the library.Raised when libnotify refuses to initialise the notification session.Raised when the native libnotify library cannot be loaded.