Package toxi.geom

Class MatrixSizeException

All Implemented Interfaces:
Serializable

public class MatrixSizeException extends RuntimeException
Indicates that an operation cannot be completed properly because of a mismatch in the sizes of object attributes.
See Also:
  • Constructor Details

    • MatrixSizeException

      public MatrixSizeException()
      Create the exception object with default values.
    • MatrixSizeException

      public MatrixSizeException(String str)
      Create the exception object that outputs a message.
      Parameters:
      str - the message string to be output.