Exceptions


Object Hierarchy:

Object hierarchy for Exceptions

Description:

public class Exceptions : Object

Exception utility methods.

This helper provides explicit formatting and forwarding of GLib.Error values.

Example:

    try {
might_fail ();
} catch (GLib.Error e) {
string trace = Exceptions.getStackTrace (e);
print ("%s\n", trace);
}


Namespace: Vala.Lang
Package: Valacore

Content:

Static methods:

Creation methods:

Inherited Members:

All known members inherited from class GLib.Object