PCL
|
Go to the source code of this file.
Classes | |
class | pcl::CaughtException |
An exception that has already been handled. More... | |
class | pcl::Error |
A simple exception with an associated error message. More... | |
class | pcl::Exception |
Root base class for all PCL exception classes. More... | |
class | pcl::FatalError |
Errors that cause immediate program termination. More... | |
class | pcl::NotImplemented |
An exception that indicates an unsupported feature. More... | |
class | pcl::ParseError |
Base class for exceptions thrown by parsing routines. More... | |
class | pcl::SourceCodeError |
Base class for exceptions thrown by source code interpreters. More... | |
Namespaces | |
pcl | |
PCL root namespace. | |
Macros | |
#define | PCL_DECLARE_EXCEPTION_CLASS(className, exceptionClass, message) |
A macro to implement simple exception classes derived from Exception. More... | |