Package one.microstream.math
Class MatrixException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
one.microstream.math.MatrixException
- All Implemented Interfaces:
 Serializable
public class MatrixException extends RuntimeException
- See Also:
 - Serialized Form
 
- 
Constructor Summary
Constructors Constructor Description MatrixException()MatrixException(String message)MatrixException(String message, Throwable cause)MatrixException(Throwable cause) - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
MatrixException
public MatrixException() - 
MatrixException
- Parameters:
 message-
 - 
MatrixException
- Parameters:
 cause-
 - 
MatrixException
- Parameters:
 message-cause-
 
 -