ruby-****@sourc*****
ruby-****@sourc*****
2005年 1月 20日 (木) 21:03:23 JST
------------------------- REMOTE_ADDR = 15.211.169.100 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp//?Gtk%3A%3AFileSystemError ------------------------- = class Gtk::FileSystemError This is a "semi-private" class. It is meant only for alternate Gtk::FileChooser backend modules; no stability guarantees are made at this point. So if you need to rescue Gtk::FileSystemError, use RuntimeError instead for portability. == Object Hierarchy * Object * Exception * StandardError * RuntimeError * Gtk::FileSystemError == Instance Methods --- code Returns the error code (((<Gtk::FileSystemError|Gtk::FileSystemError#GtkFileSystemError>))). - * Returns: self + * Returns: the error code --- domain Returns the error domain. - * Returns: self + * Returns: the error domain == Constants === GtkFileSystemError --- ALREADY_EXSITS --- BAD_FILENAME --- FAILED --- INVALID_URI --- NONEXISTENT --- NOT_FOLDER -((<Masao>))