edu.rit.io
Class InvalidMatrixFileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- edu.rit.io.InvalidMatrixFileException
-
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidMatrixFileException extends java.io.IOExceptionClass InvalidMatrixFileException provides an exception thrown when the contents of a matrix file are invalid. The detail message and/or chained exception give further information about the problem.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description InvalidMatrixFileException()Construct a new invalid matrix file exception with no detail message and no cause.InvalidMatrixFileException(java.lang.String message)Construct a new invalid matrix file exception with the given detail message and no cause.InvalidMatrixFileException(java.lang.String message, java.lang.Throwable cause)Construct a new invalid matrix file exception with the given detail message and the given cause.InvalidMatrixFileException(java.lang.Throwable cause)Construct a new invalid matrix file exception with the given cause and the default detail message.
-
-
-
Constructor Detail
-
InvalidMatrixFileException
public InvalidMatrixFileException()
Construct a new invalid matrix file exception with no detail message and no cause.
-
InvalidMatrixFileException
public InvalidMatrixFileException(java.lang.String message)
Construct a new invalid matrix file exception with the given detail message and no cause.- Parameters:
message- Detail message.
-
InvalidMatrixFileException
public InvalidMatrixFileException(java.lang.Throwable cause)
Construct a new invalid matrix file exception with the given cause and the default detail message.- Parameters:
cause- Cause.
-
InvalidMatrixFileException
public InvalidMatrixFileException(java.lang.String message, java.lang.Throwable cause)Construct a new invalid matrix file exception with the given detail message and the given cause.- Parameters:
message- Detail message.cause- Cause.
-
-
DMelt 3.0 © DataMelt by jWork.ORG