MSIR.0861 Class (classname) repeatedly extended: Difference between revisions
Jump to navigation
Jump to search
(Created page with "A class declaration extended two classes that each extended the same class. Repeat inheritance is not currently supported in ''Janus SOAP ULI'', and it is often (though not a...") |
(Automatically generated page update) |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
A class declaration extended two classes that each extended the same class. | A class declaration extended two classes that each extended the same class. This is often (though not always) indicative of an error in the class hierarchy. For example, say the error occurs when class X tries to extend classes D and E which both extend class A. The problem might be corrected by these steps: | ||
<ol> <li>Create classes B and C so that class D extends B and A, and class E extends C and A. <li>Make class X extend classes C, B, and A.</ol> | <ol> | ||
<li>Create classes B and C so that class D extends B and A, and class E extends C and A. | |||
<li>Make class X extend classes C, B, and A. | |||
</ol> | |||
For more information, see [[Inheritance and polymorphism#Repeat inheritance|Repeat inheritance]]. | |||
[[Category: | {{Template:MSIR.0861 footer}} | ||
[[Category:MSIR.0800 - MSIR.0999]] |
Latest revision as of 23:35, 3 March 2017
A class declaration extended two classes that each extended the same class. This is often (though not always) indicative of an error in the class hierarchy. For example, say the error occurs when class X tries to extend classes D and E which both extend class A. The problem might be corrected by these steps:
- Create classes B and C so that class D extends B and A, and class E extends C and A.
- Make class X extend classes C, B, and A.
For more information, see Repeat inheritance.
Message attributes:
RETCODEO=0 | Sets online return code |
---|---|
RETCODEB=4 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITER | Writes the message with line type ER to the audit trail |
COUNT | Increments the error count (ERCNT) parameter |
ECHO | Displays the line that caused the error |