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