IRON  1.0
Public Member Functions | Public Attributes | List of all members
iron.resolvable.NotResolvedError Class Reference
Inheritance diagram for iron.resolvable.NotResolvedError:
Inheritance graph
[legend]
Collaboration diagram for iron.resolvable.NotResolvedError:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, message="Cannot get operation; class not resolved.")
 

Public Attributes

 message
 

Detailed Description

If the current object is Resolvable but the resolve() method has not been called,
before resolution information is accessed, they should raise this error.

Args:
    Exception (_type_): _description_

Constructor & Destructor Documentation

◆ __init__()

def iron.resolvable.NotResolvedError.__init__ (   self,
  message = "Cannot get operation; class not resolved." 
)

Member Data Documentation

◆ message

iron.resolvable.NotResolvedError.message

The documentation for this class was generated from the following file: