jsci.maths
Class DimensionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
jsci.maths.DimensionException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MatrixDimensionException, VectorDimensionException
public class DimensionException
- extends IllegalArgumentException
This exception occurs when there is a problem involving an object's dimensions.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DimensionException
public DimensionException()
- Constructs a DimensionException with no detail message.
DimensionException
public DimensionException(String s)
- Constructs a DimensionException with the specified detail message.
jHepWork 3.1 ©