Class MaxCharacterError

An error that is thrown when the max characters of two or more FA or transition iterables is not the same.

Operations on FA and transition iterables require the max characters of all given FA and transition iterables to be the same and will throw this error if they are not.

Hierarchy

  • Error
    • MaxCharacterError

Constructors

Methods

Constructors

Methods

  • Asserts the two given max characters are the same.

    Parameters

    • a: Char | {
          maxCharacter: Char;
      }
    • b: Char | {
          maxCharacter: Char;
      }
    • Optional kind: string

    Returns void