Uses of Class
org.freedesktop.dbus.exceptions.InvalidObjectPathException
Packages that use InvalidObjectPathException
-
Uses of InvalidObjectPathException in org.freedesktop.dbus.connections.impl
Methods in org.freedesktop.dbus.connections.impl that throw InvalidObjectPathExceptionModifier and TypeMethodDescriptionDBusConnection.getRemoteObject(String _busname, String _objectpath) IRemoteObjectGetter.getRemoteObject(String _busname, String _objectpath) Return a reference to a remote object.default DBusInterfaceIRemoteObjectGetter.getRemoteObject(String _busname, DBusPath _objectpath) -
Uses of InvalidObjectPathException in org.freedesktop.dbus.utils
Methods in org.freedesktop.dbus.utils that throw InvalidObjectPathExceptionModifier and TypeMethodDescriptionstatic StringDBusObjects.requireDBusInterface(String _str) Checks if given String is a valid DBusInterface.static StringDBusObjects.requireObjectPath(String _objectPath) Ensures given string is a valid object path.static StringDBusObjects.requireObjectPath(String _objectPath, String _customMsg) Ensures given string is a valid object path.static DBusPathDBusObjects.requireObjectPath(DBusPath _dbusPath) Ensures given DBusPath is a valid object path.static DBusPathDBusObjects.requireObjectPath(DBusPath _dbusPath, String _customMsg) Ensures given DBusPath is a valid object path.