Package net.algart.math.patterns
Class TooLargePatternCoordinatesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.algart.math.patterns.TooLargePatternCoordinatesException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs an instance of this class.Constructs an instance of this class with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TooLargePatternCoordinatesException
public TooLargePatternCoordinatesException()Constructs an instance of this class. -
TooLargePatternCoordinatesException
Constructs an instance of this class with the specified detail message.- Parameters:
message
- the detail message.
-