Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches

◆ openRegistryStdErr()

FileIterator * openRegistryStdErr ( string name,
int count ) throws FileNotAvailableException, RegistryNotExistException, RegistryUnreachableException

Opens a registry stderr file for reading.

Parameters
nameThe registry name.
countSpecifies where to start reading the file. If negative, the file is read from the beginning. Otherwise, the file is read from the last count lines.
Returns
An iterator to read the file. This proxy is never null.
Exceptions
FileNotAvailableExceptionThrown when the file can't be read.
RegistryNotExistExceptionThrown when the registry doesn't exist.
RegistryUnreachableExceptionThrown when the registry is unreachable.