class Error
|
Factory methods for error objects.
More... |
|
|
Public Static Methods
- static KJSO create (ErrorType e, const char *m = 0, int l = -1)
- static Object createObject (ErrorType e, const char *m = 0, int l = -1)
Detailed Description
KJSO create (ErrorType e, const char *m = 0, int l = -1)
|
[static]
Factory method for error objects. The error will be registered globally
and the execution will continue as if a "throw" statement was
encountered.
Parameters:
| |
Object createObject (ErrorType e, const char *m = 0, int l = -1)
|
[static]
Same as above except the different return type (which is not casted
here).
Generated by: prospector@porky.devel.redhat.com on Fri Nov 3 09:59:15 2000, using kdoc 2.0a42. |