net.java.joglutils.msg.math
Class NonSquareMatrixException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.java.joglutils.msg.math.NonSquareMatrixException
- All Implemented Interfaces:
- Serializable
public class NonSquareMatrixException
- extends RuntimeException
Thrown to indicate a non-square matrix during an operation
requiring one.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NonSquareMatrixException
public NonSquareMatrixException()
NonSquareMatrixException
public NonSquareMatrixException(String msg)