Exception classes
PC_Exception
InvalidChannelException
ChannelInfoException
EventException
InvalidFilterException
InvalidNotificationException
InvalidOperationException
InvalidSubjectException
InvalidSubscriptionHandleException
ProxyStateException
StateTransitionException
UnsupportedOperationException
 |
 |
PC_Exception
The base class for all exception classes. PC_Exception logs exceptions if the application implementing this class has been compiled with the macro EXCEPTION_LOGGING defined.
Hierarchy
precache::util::PC_Exception
Fields
- m_kstrMessage
- the diagnostic message associated with this object.
Constructor
PCException ( const PCSmallString& rkstrMessage, const PCSmallString& rkstrFile, const PC_INT nLine, PC_LogPriority kidLogPriority)
Constructs a PC_Exception object with a diagnostic message.
- rkstrMessage
- the message for this object
- rkstrFile
- the name of the file in which this object was thrown
- nLine
- the line number within rkstrFile at which this object was thrown
- kidLogPriority
- the priority level for logging; see logging API for more information
|