public class DimensionException extends MathException
Constructor and Description |
---|
DimensionException()
Constructs a dimension exception with no detail message.
|
DimensionException(java.lang.String message)
Constructs a dimension exception with the specified message.
|