ffxivcalc Logo
0.8.930

Contents:

  • Introduction
  • Import fight from FFLogs
  • Fight
  • Enemy
  • Jobs
  • GearSolver
  • SimulationRecord
  • Tester
  • Request
  • helperCode
    • exceptions
      • MateriaOverflow
      • InvalidFunctionParameter
      • InvalidStatRequest
      • InvalidGearSpace
      • InvalidMateriaSpace
      • InvalidFoodSpace
      • MultiValuedWeaponDelay
      • InvalidTankBusterTargetNumber
      • InvalidTarget
      • InvalidMitigation
      • InvalidFileName
      • ActionNotFound
      • JobNotFound
      • playerIDNotFound
      • emptyEventList
      • invalidFFLogsFightId
      • invalidFFLogsQuery
      • outDatedFFLogsCode
      • outDatedAPICode
      • deactivatedModuleCodeParser
    • Progress
ffxivcalc
  • »
  • helperCode »
  • exceptions
  • View page source

exceptions

This module contains all exceptions class that ffxivcalc can raise during its runtime.

Import

from ffxivcalc.helperCode.exceptions import *
  • MateriaOverflow
  • InvalidFunctionParameter
  • InvalidStatRequest
  • InvalidGearSpace
  • InvalidMateriaSpace
  • InvalidFoodSpace
  • MultiValuedWeaponDelay
  • InvalidTankBusterTargetNumber
  • InvalidTarget
  • InvalidMitigation
  • InvalidFileName
  • ActionNotFound
  • JobNotFound
  • playerIDNotFound
  • emptyEventList
  • invalidFFLogsFightId
  • invalidFFLogsQuery
  • outDatedFFLogsCode
  • outDatedAPICode
  • deactivatedModuleCodeParser
Previous Next

© Copyright 2022, IAmPythagoras.

Built with Sphinx using a theme provided by Read the Docs.