Class JSci.maths.DimensionException
All Packages Class Hierarchy This Package Previous Next Index
Class JSci.maths.DimensionException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----java.lang.IllegalArgumentException
|
+----JSci.maths.DimensionException
- public class DimensionException
- extends IllegalArgumentException
This exception occurs when there is a problem involving an object's dimensions.
-
DimensionException()
- Constructs a DimensionException with no detail message.
-
DimensionException(String)
- Constructs a DimensionException with the specified detail message.
DimensionException
public DimensionException()
- Constructs a DimensionException with no detail message.
DimensionException
public DimensionException(String s)
- Constructs a DimensionException with the specified detail message.
All Packages Class Hierarchy This Package Previous Next Index