Class NumpyOperationException

  • All Implemented Interfaces:
    Serializable

    public class NumpyOperationException
    extends RuntimeException
    A custom exception that provides information on what went wrong in numpy's processing.
    See Also:
    Serialized Form
    • Constructor Detail

      • NumpyOperationException

        public NumpyOperationException​(String message)
        Instantiate a new exception object.
        Parameters:
        message - The content of the error.