MSIR.0867 Class (classname) (maybe) not constructed: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "A Return statement for a constructor or the End statement ending a constructor was encountered, but no Construct statement was found for one of the base classes. Or, the Construc...")
 
(Automatically generated page update)
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
A Return statement for a constructor or the End statement ending a constructor was encountered, but no Construct statement was found for one of the base classes. Or, the Construct statements for the base class are in some but not all clauses of an If statement. Or, Construct statements for the base class were in some clauses of an If statement, but that If statement did not have an Else clause.  
A <var>Return</var> statement for a constructor or the <var>End</var> statement ending a constructor was encountered, but no <var>Construct</var> statement was found for one of the base classes. Or, the <var>Construct</var> statements for the base class are in some but not all clauses of an <var>If</var> statement. Or, <var>Construct</var> statements for the base class were in some clauses of an <var>If</var> statement, but that If statement did not have an <var>Else</var> clause.  


All these conditions indicate that it would be theoretically possible to run the constructor and not Construct all base classes. For more information, see the section discussing inheritance and constructors in the ''Janus SOAP Reference Manual''.
All these conditions indicate that it would be theoretically possible to run the constructor and not <var>Construct</var> all base classes. For more information, see [[Inheritance and polymorphism#Inheritance and constructors|Inheritance and constructors]].


[[Category:Sirius Mods Messages]]
{{Template:MSIR.0867 footer}}
[[Category:MSIR.0800 - MSIR.0999]]

Latest revision as of 23:35, 3 March 2017

A Return statement for a constructor or the End statement ending a constructor was encountered, but no Construct statement was found for one of the base classes. Or, the Construct statements for the base class are in some but not all clauses of an If statement. Or, Construct statements for the base class were in some clauses of an If statement, but that If statement did not have an Else clause.

All these conditions indicate that it would be theoretically possible to run the constructor and not Construct all base classes. For more information, see Inheritance and constructors.


Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter
ECHODisplays the line that caused the error

Back to list of messages