FileNotFoundException: Exception specifying that a file could not be opened

Description Usage Arguments Methods Author(s)

Description

Package: R.io
Class FileNotFoundException

Object
~~|
~~+--try-error
~~~~~~~|
~~~~~~~+--condition
~~~~~~~~~~~~|
~~~~~~~~~~~~+--error
~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~+--simpleError
~~~~~~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~~~~~~+--Exception
~~~~~~~~~~~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~~~~~~~~~~~+--IOException
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+--FileException
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+--FileNotFoundException

Directly known subclasses:

public static class FileNotFoundException
extends FileException

Exception specifying that a file could not be opened.

Usage

1

Arguments

pathname

A character string or a File object specifying the pathname of the file that already exists.

pattern

A character string or a RegExprFileFilter object specifying the filename pattern of the file(s) not found.

...

Arguments accepted by Exception.

Note that only one of the arguments pathname and pattern can be specified at any time.

Methods

Methods:

getMessage -
getPattern Gets the filename pattern that was not matched.

Methods inherited from FileException:
getFile, getPathname

Methods inherited from Exception:
as.character, getCall, getLastException, getMessage, getStackTrace, getWhen, print, printStackTrace, throw

Methods inherited from simpleError:
showAndWait

Methods inherited from error:
as.character, throw

Methods inherited from condition:
as.character, conditionCall, conditionMessage, print

Methods inherited from Object:
$, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clone, detach, equals, extend, finalize, gc, getEnvironment, getFields, getInstanciationTime, getStaticInstance, hasField, hashCode, ll, load, objectSize, print, save

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)


HenrikBengtsson/R.io documentation built on May 6, 2019, 11:54 p.m.