File I/O exception.
More...
#include <File.h>
Definition at line 362 of file File.h.
◆ Error() [1/2]
pcl::File::Error::Error |
( |
const String & |
filePath, |
|
|
const String & |
message |
|
) |
| |
|
inline |
Constructs a File::Error object with the specified full file path and error message.
Definition at line 370 of file File.h.
◆ Error() [2/2]
pcl::File::Error::Error |
( |
const Error & |
| ) |
|
|
default |
◆ ExceptionClass()
String pcl::File::Error::ExceptionClass |
( |
| ) |
const |
|
inlineoverridevirtual |
Returns an error class for this exception.
Reimplemented from pcl::Exception.
Definition at line 383 of file File.h.
◆ FilePath()
virtual String pcl::File::Error::FilePath |
( |
| ) |
const |
|
inlinevirtual |
Returns the full file path associated to this file error.
Definition at line 391 of file File.h.
◆ Message()
String pcl::File::Error::Message |
( |
| ) |
const |
|
inlineoverridevirtual |
Returns descriptive information for this Error object. The default implementation returns the message specified upon construction. A derived class can reimplement this function to provide additional information items such as file names, object identifiers, source code positions, date and time representations, etc.
Reimplemented from pcl::Error.
Definition at line 405 of file File.h.
References pcl::GenericString< T, R, A >::IsEmpty().
The documentation for this class was generated from the following file: