Class NotTiledMatrixException

All Implemented Interfaces:
Serializable

public class NotTiledMatrixException extends RuntimeException

Unchecked exception thrown by some methods of Matrix interface, if the matrix is not tiled. For example, this exception is thrown for non-tiled matrices by Matrix.tileParent() and Matrix.tileDimensions() methods.

Author:
Daniel Alievsky
See Also:
  • Constructor Details

    • NotTiledMatrixException

      public NotTiledMatrixException()
      Constructs an instance of this class.
    • NotTiledMatrixException

      public NotTiledMatrixException(String message)
      Constructs an instance of this class with the specified detail message.
      Parameters:
      message - the detail message.