WallGo.exceptions

Specific Exception types used in WallGo

Exceptions

CollisionLoadError

Raised when collision integrals fail to load

WallGoError(message[, data])

Generic Exception type for WallGo errors.

WallGoPhaseValidationError(message, phaseInfo)

Exception for failures related to phase input.

exception CollisionLoadError[source]

Raised when collision integrals fail to load

exception WallGoError(message, data=None)[source]

Generic Exception type for WallGo errors.

Parameters:
  • message (str)

  • data (dict[str, Any] | None)

Return type:

None

exception WallGoPhaseValidationError(message, phaseInfo, data=None)[source]

Exception for failures related to phase input.

Parameters:
  • message (str)

  • phaseInfo (PhaseInfo)

  • data (dict[str, Any] | None)

Return type:

None