Package toxi.geom
Class MatrixSizeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
toxi.geom.MatrixSizeException
- All Implemented Interfaces:
Serializable
Indicates that an operation cannot be completed properly because of a
mismatch in the sizes of object attributes.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreate the exception object with default values.Create the exception object that outputs a message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MatrixSizeException
public MatrixSizeException()Create the exception object with default values. -
MatrixSizeException
Create the exception object that outputs a message.- Parameters:
str
- the message string to be output.
-