public class MatrixIOException extends IOException
Constructor and Description |
---|
MatrixIOException()
Creates a
MatrixIOException with no message |
MatrixIOException(String message)
Creates a
MatrixIOException with the provided message to report
to the user. |
MatrixIOException(String message,
Throwable cause)
Creates a
MatrixIOException with the provided message to report
to the user, listing the Throwable as the original cause of the
exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MatrixIOException()
MatrixIOException
with no messagepublic MatrixIOException(String message)
MatrixIOException
with the provided message to report
to the user.Copyright © 2012. All Rights Reserved.