Home Previous Up Next Index

IcePatch2::FileAccessException

Overview

exception FileAccessException

This exception is raised if FileServer::getFileCompressed cannot read the contents of a file.

Used By

FileServer::getFileCompressed

Data Members

string reason;

An explanation of the reason for the failure.


Home Previous Up Next Index