
Each thread-compatible exception type has a default message, as shown in Table 8.
| Exception Type | Default 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.
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.