Class IllegalInfoSyntaxException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.algart.arrays.IllegalInfoSyntaxException
All Implemented Interfaces:
Serializable

public class IllegalInfoSyntaxException extends Exception

Checked exception thrown if the format of byte[] or String serialized form of the MatrixInfo is invalid.

Author:
Daniel Alievsky
See Also:
  • Constructor Details

    • IllegalInfoSyntaxException

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

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