LALSimulation 6.2.1.1-bf6a62b
lalsimulation.gwsignal.core.errors.WaveformGenerationError Class Reference

Detailed Description

Errors callable by GWSignal.

Each error should be subclasses from existing python errors, for eg., ValueError, Exception etc.

Raise Error when there is an issue with waveform generation.

Parameters

message : Output message for the error.

Returns

Raises waveform generation error exception

Definition at line 85 of file errors.py.

Inherits Exception.

Public Member Functions

def __init__ (self, message="Error during waveform generation")
 
def __str__ (self)
 

Data Fields

 message
 

Constructor & Destructor Documentation

◆ __init__()

def lalsimulation.gwsignal.core.errors.WaveformGenerationError.__init__ (   self,
  message = "Error during waveform generation" 
)

Definition at line 86 of file errors.py.

Member Function Documentation

◆ __str__()

def lalsimulation.gwsignal.core.errors.WaveformGenerationError.__str__ (   self)

Definition at line 90 of file errors.py.

Field Documentation

◆ message

lalsimulation.gwsignal.core.errors.WaveformGenerationError.message

Definition at line 87 of file errors.py.