Raise Exception when the needed file is not at the given path.
file_name : Path to the file in question. message : Output message for the error.
Raises File not found at given path error excetion.
Inherits FileNotFoundError.
Public Member Functions | |
| def | __init__ (self, file_path, message="File not found at ") |
| def | __str__ (self) |
Data Fields | |
| file_path | |
| message | |
| def lalsimulation.gwsignal.core.errors.PathError.__init__ | ( | self, | |
| file_path, | |||
message = "File not found at " |
|||
| ) |
| def lalsimulation.gwsignal.core.errors.PathError.__str__ | ( | self | ) |