Class TooLargePatternCoordinatesException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.algart.math.patterns.TooLargePatternCoordinatesException
All Implemented Interfaces:
Serializable

public class TooLargePatternCoordinatesException extends RuntimeException
See Also:
  • Constructor Details

    • TooLargePatternCoordinatesException

      public TooLargePatternCoordinatesException()
      Constructs an instance of this class.
    • TooLargePatternCoordinatesException

      public TooLargePatternCoordinatesException(String message)
      Constructs an instance of this class with the specified detail message.
      Parameters:
      message - the detail message.