Class IllegalAlignmentCountException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.tealeaf.javamarkdown.exceptions.IllegalAlignmentCountException
All Implemented Interfaces:
Serializable

public class IllegalAlignmentCountException extends RuntimeException

When thrown, indicates that the number of alignments passed into a table did not match the number of headers

Since:
0.0.18
Author:
Thomas Kwashnak
See Also:
  • Constructor Details

    • IllegalAlignmentCountException

      public IllegalAlignmentCountException(int expected, int found)

      Creates a new IllegalAlignmentCountException with the expected count and the actual count

      Parameters:
      expected - Number of alignments expected
      found - Number of alignments found
      Since:
      0.0.18
  • Method Details