Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

9.3 Default Exception Messages

Each thread-compatible exception type has a default message, as shown in Table 8.

Table 8 -- Default exception messages for the thread-compatible exception types

Exception TypeDefault Message
RWTHRExternalError
"External error"
RWTHRPermissionError
"Permission error"
RWTHRIllegalUsage
"Invalid usage"
RWTHRBoundsError
"Bounds error"
RWTHRIllegalAcces
"Illegal access"
RWTHRInvalidPointer
"Invalid pointer"
RWTHROperationNotSupported
"Operation not supported"
RWTHRThreadNotActive
"No thread is active within the runnable"
RWTHRThreadActive
"A thread is already active within the runnable"
RWTHRInternalError
"Internal error"
RWTHROperationAborted
"Operation aborted"
RWTHROperationCanceled
"Runnable canceled"
RWTHROperationNotAvailable
"Operation not available"
RWTHROperationNotImplemented
"Operation not implemented"
RWTHROperationTerminated
"Operation terminated"
RWTHRResourceLimit
"Resource limit"

These exception types can contain other messages, however, depending on how they are created.


Previous fileTop of DocumentContentsIndexNext file

©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.