Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
CellMLToNektar.validator.ValidatorError Class Reference
Inheritance diagram for CellMLToNektar.validator.ValidatorError:
Inheritance graph
[legend]
Collaboration diagram for CellMLToNektar.validator.ValidatorError:
Collaboration graph
[legend]

Public Member Functions

def __init__
 
def __str__
 

Public Attributes

 value
 

Detailed Description

Base class for errors trying to run validator stages.

Definition at line 60 of file validator.py.

Constructor & Destructor Documentation

def CellMLToNektar.validator.ValidatorError.__init__ (   self,
  value 
)

Definition at line 62 of file validator.py.

62 
63  def __init__(self, value):
self.value = value

Member Function Documentation

def CellMLToNektar.validator.ValidatorError.__str__ (   self)

Definition at line 64 of file validator.py.

References CellMLToNektar.validator.ValidatorError.value, Nektar::NekMeshUtils::Condition.value, Nektar::NekMeshUtils::ConfigOption.value, and CellMLToNektar.optimize.ExpressionMatcher.N.value.

64 
65  def __str__(self):
66  return repr(self.value)
67 
68 

Member Data Documentation

CellMLToNektar.validator.ValidatorError.value

Definition at line 63 of file validator.py.

Referenced by CellMLToNektar.validator.ValidatorError.__str__().