Reports an uninitialized object error.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(errors), | intent(inout) | :: | err |
The error handling object. |
||
| character(len=*), | intent(in) | :: | fname |
The name of the routine in which the error occurred. |
||
| character(len=*), | intent(in) | :: | obj |
The name of the object or type. |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=256), | public | :: | msg |