Package net.algart.arrays
Class IllegalInfoSyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.algart.arrays.IllegalInfoSyntaxException
- All Implemented Interfaces:
Serializable
Checked exception thrown if the format of byte[] or String
serialized form of the MatrixInfo
is invalid.
- Author:
- Daniel Alievsky
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs an instance of this class.IllegalInfoSyntaxException
(String message) Constructs an instance of this class with the specified detail 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
-
IllegalInfoSyntaxException
public IllegalInfoSyntaxException()Constructs an instance of this class. -
IllegalInfoSyntaxException
Constructs an instance of this class with the specified detail message.- Parameters:
message
- the detail message.
-